All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/16] devtool/recipetool fixes
Date: Mon, 16 Mar 2015 14:18:46 +0000	[thread overview]
Message-ID: <cover.1426515313.git.paul.eggleton@linux.intel.com> (raw)

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



             reply	other threads:[~2015-03-16 14:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16 14:18 Paul Eggleton [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1426515313.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.