[OE-core] [fido][PATCH 00/13] devtool backports for fido (cover letter only)

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jun 5 15:03:14 UTC 2015


Some fixes for devtool in fido. The oe-selftest tests all pass with
these applied.

The following changes since commit b266977372f2d5704d00dd07b29ea49898ebf70e:

  combo-layer: handle unset dest_dir in sanity_check() (2015-05-29 13:00:52 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/devtool-fido
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/devtool-fido

Markus Lehtonen (4):
  devtool: call parse_recipe with correct arguments
  devtool: modify: use B=S if that is the default for the recipe
  devtool: modify: implement --no-same-dir
  devtool: include bbappends in recipe parsing

Paul Eggleton (9):
  devtool: handle . in recipe name
  devtool: add: use correct bbappend file name with -V option
  devtool: update-recipe: handle unversioned bbappends
  devtool: update-recipe: check if source tree is a git repository
  recipetool: avoid second-level subdir when extracting
  recipetool: ensure git clone is standalone when extracting
  devtool: fix build env command execution error handling
  devtool: if workspace layer exists, still ensure it's in bblayers.conf
  oe-selftest: devtool: add a proper test to see if tap devices exist

 meta/lib/oe/recipeutils.py        |  10 +--
 meta/lib/oeqa/selftest/devtool.py |  14 ++++-
 scripts/devtool                   |  38 +++++++-----
 scripts/lib/devtool/__init__.py   |   9 ++-
 scripts/lib/devtool/standard.py   | 126 ++++++++++++++++++++++++--------------
 scripts/lib/recipetool/create.py  |  15 +++--
 scripts/lib/scriptutils.py        |  11 ++++
 7 files changed, 148 insertions(+), 75 deletions(-)

-- 
2.1.0




More information about the Openembedded-core mailing list