[OE-core] [PATCH 00/13] devtool / recipetool fixes

Paul Eggleton paul.eggleton at linux.intel.com
Wed Aug 30 23:54:04 UTC 2017


Some fixes for devtool / recipetool issues, along with a couple of
related changes to the oe-selftest tests. I have run the oe-selftest
tests for devtool and recipetool and they pass with these changes
applied.

NOTE: this patchset depends upon the bitbake patchset I just sent to the
bitbake-devel list.


The following changes since commit 62f1122ef166eba56441d669c6b3b3fe5f367418:

  bluez5: cosmetic fixes to bluetooth bootscript (2017-08-30 11:13:52 +0100)

are available in the git repository at:

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

Paul Eggleton (12):
  devtool: update-recipe: ensure patches get deleted in srcrev mode
  devtool: upgrade: fix handling of non-absolute paths
  devtool: upgrade: workaround for recipes which apply patches conditional upon class
  devtool: edit-recipe: fix regression
  oe-selftest: devtool: test find-recipe and edit-recipe
  devtool: add: add explicit srcrev/branch options
  recipetool: create: make recently added branch/tag handling git specific
  recipetool: create: fix SRCPV prefix for non-git SCMs
  recipetool: create: suppress npm shrinkwrap/lockdown warnings again
  recipetool: create: detect Eclipse licenses
  oe-selftest: tinfoil: add a test for variable history
  scriptutils: fix fetch_url() to use lowercase dummy recipe name

paul (1):
  devtool: upgrade: check that user has configured git properly

 meta/lib/oe/recipeutils.py              | 43 +++++++++++++++++++++++-------
 meta/lib/oeqa/selftest/cases/devtool.py | 25 ++++++++++++------
 meta/lib/oeqa/selftest/cases/tinfoil.py | 34 ++++++++++++++++++++++++
 scripts/lib/devtool/standard.py         | 20 +++++++++++---
 scripts/lib/devtool/upgrade.py          | 32 ++++++++++++++++++++--
 scripts/lib/devtool/utilcmds.py         | 15 ++++++++---
 scripts/lib/recipetool/create.py        | 47 ++++++++++++++++++++++++++++-----
 scripts/lib/scriptutils.py              |  2 +-
 8 files changed, 183 insertions(+), 35 deletions(-)

-- 
2.9.5




More information about the Openembedded-core mailing list