From: Christopher Larson <[email protected]> Ensures that recipetool and devtool pull plugins from layers, and oe-selftest will pull tests from layers.
Unrelated to that, also prevents a traceback on parsing failure, and adds a tiny feature to appendsrc to facilitate reuse by other sub-commands. [YOCTO #7625] The following changes since commit 6be698b7270f73f40d38713ecf13f12aec0ced61: dpkg: Fix for Fedora22 and new versions of tar (2015-07-13 13:46:45 +0100) are available in the git repository at: [email protected]:kergoth/openembedded-core yocto-bug-7625 for you to fetch changes up to ab9d004953408688ed82d1b8de1ae0887f9989b5: oe-selftest: add libdirs from BBPATH to sys.path (2015-07-13 12:31:29 -0700) ---------------------------------------------------------------- Christopher Larson (6): recipetool: catch BBHandledException from parsing recipetool.append: add extralines arg to appendsrc recipetool: also load plugins from BBPATH devtool: also load plugins from BBPATH oe-selftest: obey oeqa.selftest.__path__ oe-selftest: add libdirs from BBPATH to sys.path scripts/devtool | 57 ++++++++++++++++++++++++---------------- scripts/lib/devtool/__init__.py | 4 +-- scripts/lib/devtool/deploy.py | 6 ++--- scripts/lib/devtool/standard.py | 15 +++++------ scripts/lib/recipetool/append.py | 4 +-- scripts/oe-selftest | 18 +++++++++---- scripts/recipetool | 56 ++++++++++++++++++++++++--------------- 7 files changed, 96 insertions(+), 64 deletions(-) -- 2.2.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
