[OE-core] [PATCH v2 0/7] devtool/recipetool fixes

Paul Eggleton paul.eggleton at linux.intel.com
Sun Jul 10 23:07:50 UTC 2016


A bunch of fixes and minor improvements for devtool & recipetool.

Changes since v1:
* Have devtool return a specific error code on an incompatible recipe
  and then have devtool-stress look for this instead of having a
  hardcoded default skip list in devtool-stress
* Rebase on top of master


The following changes since commit b17f91ed06a604e3d356fe17756bfe2ca61594b7:

  tune-ppce500mc.inc: pass -mcpu=e500mc for ppce500mc kernel compile (2016-07-10 14:12:07 +0100)

are available in the git repository at:

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

Paul Eggleton (7):
  recipetool: create: fix handling of github URLs
  recipetool: create: support specifying a file as the local source
  lib/oe/patch: handle encoding differences in patch files
  devtool: update-recipe: fix --initial-rev option
  devtool: reset: allow reset to work if the recipe file has been deleted
  devtool: return specific exit code for incompatible recipes
  scripts/contrib/devtool-stress: skip incompatible recipes

 meta/lib/oe/patch.py              | 100 ++++++++++++++++++++++----------------
 scripts/contrib/devtool-stress.py |  57 +++++++++++++---------
 scripts/devtool                   |   2 +-
 scripts/lib/devtool/__init__.py   |   5 +-
 scripts/lib/devtool/standard.py   |  35 +++++++------
 scripts/lib/recipetool/create.py  |  17 ++++---
 6 files changed, 126 insertions(+), 90 deletions(-)

-- 
2.5.5




More information about the Openembedded-core mailing list