[OE-core] [PATCH 0/5] devtool/recipetool and related fixes
Paul Eggleton
paul.eggleton at linux.intel.com
Wed Jun 17 17:23:22 UTC 2015
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
More information about the Openembedded-core
mailing list