Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v3 00/10] devtool: improve handling of local source files
@ 2015-09-24 11:52 Markus Lehtonen
  2015-09-24 11:52 ` [PATCH v3 01/10] recipeutils: implement get_recipe_local_files() Markus Lehtonen
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Markus Lehtonen @ 2015-09-24 11:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Paul Eggleton

Third iteration of the patchset to improve handling of local source files.
Functional changes after v2:
- name of the subdirectory containing local sources in srctree is now named
  'oe-local-files'
- oe-local-files directory is not automatically committed into srctree when
  doing extract operation
- devtool update-recipe now handles adding and deleting local source files


The following changes since commit 2ad7308ee7166641eff99f3b9fe6794de143f6bc:

  oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start (2015-09-22 18:13:02 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/devtool/localfiles
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=marquiz/devtool/localfiles
for you to fetch changes up to 986784d368c297d3b3fc04e40dd922adcca00505:

  devtool: modify: make bitbake use local files from srctree (2015-09-24 14:29:31 +0300)

----------------------------------------------------------------
Markus Lehtonen (10):
  recipeutils: implement get_recipe_local_files()
  oe.patch.GitApplyTree: add paths argument to extractPatches
  oe-selftest: devtool: add method for checking workspace dir
  oe-selftest: devtool: add method for checking srctree repo
  oe-selftest: devtool: add method for checking repo status
  devtool: update-recipe: add new patches in correct order
  devtool: update_recipe: refactor patch generation
  devtool: file mover function that creates target dir
  devtool: better support for local source files
  devtool: modify: make bitbake use local files from srctree

 meta/lib/oe/patch.py              |   5 +-
 meta/lib/oe/recipeutils.py        |  16 ++
 meta/lib/oeqa/selftest/devtool.py | 272 +++++++++++++-----------
 scripts/lib/devtool/__init__.py   |  10 +-
 scripts/lib/devtool/standard.py   | 422 ++++++++++++++++++++++++++------------
 5 files changed, 468 insertions(+), 257 deletions(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-09-30 10:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 11:52 [PATCH v3 00/10] devtool: improve handling of local source files Markus Lehtonen
2015-09-24 11:52 ` [PATCH v3 01/10] recipeutils: implement get_recipe_local_files() Markus Lehtonen
2015-09-24 11:52 ` [PATCH v3 02/10] oe.patch.GitApplyTree: add paths argument to extractPatches Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 03/10] oe-selftest: devtool: add method for checking workspace dir Markus Lehtonen
2015-09-28 20:25   ` Leonardo Sandoval
2015-09-29 10:57     ` Markus Lehtonen
2015-09-29 12:38       ` Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 04/10] oe-selftest: devtool: add method for checking srctree repo Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 05/10] oe-selftest: devtool: add method for checking repo status Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 06/10] devtool: update-recipe: add new patches in correct order Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 07/10] devtool: update_recipe: refactor patch generation Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 08/10] devtool: file mover function that creates target dir Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 09/10] devtool: better support for local source files Markus Lehtonen
2015-09-24 11:53 ` [PATCH v3 10/10] devtool: modify: make bitbake use local files from srctree Markus Lehtonen
2015-09-28 13:48   ` Paul Eggleton
2015-09-30  9:01     ` Markus Lehtonen
2015-09-30  9:21       ` Paul Eggleton
2015-09-30 10:05         ` Markus Lehtonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox