From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] devtool/recipetool and related fixes
Date: Wed, 17 Jun 2015 18:23:22 +0100 [thread overview]
Message-ID: <cover.1434559829.git.paul.eggleton@linux.intel.com> (raw)
A couple of fixes for errors thrown up by oe-selftest tests on one of
my machines (plus one of the autobuilders), a supporting fix for
get_bb_var(), a bugfix for externalsrc, and an improvement for
recipetool appendfile's help text.
NOTE: These have been rebased on top of Markus's devtool refactoring
branch (marquiz/devtool/refactor), so that needs to be merged first.
The following changes since commit 5a4eb3a7b6402384e05d47cb897c685c530a8c3b:
devtool: use DevtoolError for error handling (2015-06-17 14:09:20 +0300)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/devtool-fixes4
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/devtool-fixes4
Paul Eggleton (5):
recipetool: appendfile: clarify help text
recipetool: appendfile: fix file command error handling
classes/externalsrc: handle tasks with existing lockfiles
lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =
devtool: deploy: fix preservation of symlinks and permissions/ownership
meta/classes/externalsrc.bbclass | 2 +-
meta/lib/oeqa/selftest/devtool.py | 48 +++++++++++++++++++++++++++++++++++++--
meta/lib/oeqa/utils/commands.py | 2 +-
scripts/lib/devtool/__init__.py | 16 +++++++++++++
scripts/lib/devtool/deploy.py | 10 +++++---
scripts/lib/recipetool/append.py | 18 ++++++++-------
6 files changed, 81 insertions(+), 15 deletions(-)
--
2.1.0
next reply other threads:[~2015-06-17 17:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-17 17:23 Paul Eggleton [this message]
2015-06-17 17:23 ` [PATCH 1/5] recipetool: appendfile: clarify help text Paul Eggleton
2015-06-17 17:23 ` [PATCH 2/5] recipetool: appendfile: fix file command error handling Paul Eggleton
2015-06-17 17:23 ` [PATCH 3/5] classes/externalsrc: handle tasks with existing lockfiles Paul Eggleton
2015-06-17 17:23 ` [PATCH 4/5] lib/oeqa/utils/commands: ensure get_bb_var() works when value contains = Paul Eggleton
2015-06-17 17:23 ` [PATCH 5/5] devtool: deploy: fix preservation of symlinks and permissions/ownership 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.1434559829.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox