[OE-core] [PATCH 0/6] devtool: improve handling of local source files

Markus Lehtonen markus.lehtonen at linux.intel.com
Thu Apr 30 09:16:06 UTC 2015


This patchset tries to improve handling of local source files (i.e. file:// in
SRC_URI). First, it improves packages for which S=WORKDIR (that possibly only
have local sources. Second, it makes local sources available in the srctree for
all packages.

See yocto bug #7602

Markus Lehtonen (6):
  devtool: extract: remove patches when S=WORKDIR
  recipeutils: implement get_recipe_local_files()
  oe.patch.GitApplyTree: add paths argument to extractPatches
  devtool: update-recipe: update local files directly
  devtool: extract: always import local files to srctree
  devtool: modify: make bitbake use local files from srctree

 meta/lib/oe/patch.py            |   5 +-
 meta/lib/oe/recipeutils.py      |   8 +++
 scripts/lib/devtool/standard.py | 116 +++++++++++++++++++++++++++++++++++++---
 3 files changed, 122 insertions(+), 7 deletions(-)

-- 
2.1.4



More information about the Openembedded-core mailing list