Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/16] devtool/recipetool fixes
@ 2015-03-16 14:18 Paul Eggleton
  2015-03-16 14:18 ` [PATCH 01/16] devtool: deploy-target: fix deploying to previously deployed machine Paul Eggleton
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Paul Eggleton @ 2015-03-16 14:18 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-03-16 14:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 14:18 [PATCH 00/16] devtool/recipetool fixes Paul Eggleton
2015-03-16 14:18 ` [PATCH 01/16] devtool: deploy-target: fix deploying to previously deployed machine Paul Eggleton
2015-03-16 14:18 ` [PATCH 02/16] devtool: name command line parsers appropriately Paul Eggleton
2015-03-16 14:18 ` [PATCH 03/16] devtool: reset: add ability to reset entire workspace Paul Eggleton
2015-03-16 14:18 ` [PATCH 04/16] devtool: modify: get correct initial revision from previously extracted source tree Paul Eggleton
2015-03-16 14:18 ` [PATCH 05/16] devtool: modify/extract: prevent usage with incompatible recipes Paul Eggleton
2015-03-16 14:18 ` [PATCH 06/16] devtool: deploy-target: allow disabling host key checking Paul Eggleton
2015-03-16 14:18 ` [PATCH 07/16] devtool: deploy-target: detect and error if D is empty Paul Eggleton
2015-03-16 14:18 ` [PATCH 08/16] devtool: deploy-target: add an option to disable quiet mode Paul Eggleton
2015-03-16 14:18 ` [PATCH 09/16] classes/externalsrc: fix for recipes that fetch local files Paul Eggleton
2015-03-16 14:18 ` [PATCH 10/16] devtool: deploy-target: add dry-run option Paul Eggleton
2015-03-16 14:18 ` [PATCH 11/16] gitignore: exclude meta-selftest, drop meta-hob Paul Eggleton
2015-03-16 14:18 ` [PATCH 12/16] oe-selftest: support getting unexported variable values Paul Eggleton
2015-03-16 14:18 ` [PATCH 13/16] oe-selftest: add a test for devtool deploy-target Paul Eggleton
2015-03-16 14:19 ` [PATCH 14/16] oe-selftest: add a test for devtool modify on recipes fetching local files Paul Eggleton
2015-03-16 14:19 ` [PATCH 15/16] recipetool: fix duplicate licenses being picked up Paul Eggleton
2015-03-16 14:19 ` [PATCH 16/16] oe-selftest: add missing dependency to test_recipetool_create_git Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox