[OE-core] [PATCH v3 00/10] devtool: improve handling of local source files
Markus Lehtonen
markus.lehtonen at linux.intel.com
Thu Sep 24 11:52:57 UTC 2015
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
More information about the Openembedded-core
mailing list