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

Paul Eggleton paul.eggleton at linux.intel.com
Mon Mar 16 14:18:46 UTC 2015


Some fixes and minor improvements for devtool/recipetool and extensions
to the oe-selftest tests for both.


The following changes since commit fb29441216435b9bae47ca9cd42db5a6b1fe77d8:

  oeqa/parselogs: Skip hda opcode errors (2015-03-12 12:49:22 +0000)

are available in the git repository at:

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

Paul Eggleton (16):
  devtool: deploy-target: fix deploying to previously deployed machine
  devtool: name command line parsers appropriately
  devtool: reset: add ability to reset entire workspace
  devtool: modify: get correct initial revision from previously extracted source tree
  devtool: modify/extract: prevent usage with incompatible recipes
  devtool: deploy-target: allow disabling host key checking
  devtool: deploy-target: detect and error if D is empty
  devtool: deploy-target: add an option to disable quiet mode
  classes/externalsrc: fix for recipes that fetch local files
  devtool: deploy-target: add dry-run option
  gitignore: exclude meta-selftest, drop meta-hob
  oe-selftest: support getting unexported variable values
  oe-selftest: add a test for devtool deploy-target
  oe-selftest: add a test for devtool modify on recipes fetching local files
  recipetool: fix duplicate licenses being picked up
  oe-selftest: add missing dependency to test_recipetool_create_git

 .gitignore                                         |   2 +-
 .../recipes-test/images/oe-selftest-image.bb       |   9 ++
 meta/classes/externalsrc.bbclass                   |  14 +-
 meta/lib/oeqa/selftest/devtool.py                  | 145 ++++++++++++++++++-
 meta/lib/oeqa/utils/commands.py                    |   7 +
 scripts/lib/devtool/deploy.py                      |  56 ++++++--
 scripts/lib/devtool/standard.py                    | 159 +++++++++++++--------
 scripts/lib/recipetool/create.py                   |   4 +-
 8 files changed, 327 insertions(+), 69 deletions(-)
 create mode 100644 meta-selftest/recipes-test/images/oe-selftest-image.bb

-- 
1.9.3



More information about the Openembedded-core mailing list