All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>,
	Christopher Larson <chris_larson@mentor.com>
Subject: [PATCH 0/6] recipetool/devtool/oe-selftest: pull from BBPATH
Date: Tue, 14 Jul 2015 08:57:14 -0700	[thread overview]
Message-ID: <cover.1436889188.git.chris_larson@mentor.com> (raw)

From: Christopher Larson <chris_larson@mentor.com>

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:

  git@github.com: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



             reply	other threads:[~2015-07-14 15:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-14 15:57 Christopher Larson [this message]
2015-07-14 15:57 ` [PATCH 1/6] recipetool: catch BBHandledException from parsing Christopher Larson
2015-07-14 15:57 ` [PATCH 2/6] recipetool.append: add extralines arg to appendsrc Christopher Larson
2015-07-14 15:57 ` [PATCH 3/6] recipetool: also load plugins from BBPATH Christopher Larson
2015-07-14 15:57 ` [PATCH 4/6] devtool: " Christopher Larson
2015-07-20 14:59   ` Burton, Ross
2015-07-29  6:58   ` ChenQi
2015-07-29  9:56     ` Paul Eggleton
2015-07-29 16:40       ` Christopher Larson
2015-07-29 21:28         ` Christopher Larson
2015-07-14 15:57 ` [PATCH 5/6] oe-selftest: obey oeqa.selftest.__path__ Christopher Larson
2015-07-14 15:57 ` [PATCH 6/6] oe-selftest: add libdirs from BBPATH to sys.path Christopher Larson
2015-07-14 15:58 ` [PATCH 0/6] recipetool/devtool/oe-selftest: pull from BBPATH Christopher Larson

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.1436889188.git.chris_larson@mentor.com \
    --to=kergoth@gmail.com \
    --cc=chris_larson@mentor.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    /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.