All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Christopher Larson <kergoth@gmail.com>,
	bitbake-devel@lists.openembedded.org
Cc: Christopher Larson <chris_larson@mentor.com>
Subject: Re: [RFC master][PATCH 4/4] bitbake-layers: convert to plugin-based
Date: Mon, 16 May 2016 23:06:02 +0100	[thread overview]
Message-ID: <1463436362.4578.4.camel@linuxfoundation.org> (raw)
In-Reply-To: <b5acd266233c34a439097e8024ab8cbcb7e1e77c.1462041562.git.chris_larson@mentor.com>

On Sat, 2016-04-30 at 12:41 -0700, Christopher Larson wrote:
> From: Christopher Larson <chris_larson@mentor.com>
> 
> This uses bb.utils.load_plugins, based on the plugin handling in
> recipetool
> and devtool in oe-core.
> 
> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> ---
>  bin/bitbake-layers                 | 1065 ++------------------------
> ----------
>  bitbake/lib/bblayers/__init__.py   |    2 +
>  bitbake/lib/bblayers/action.py     |  233 ++++++++
>  bitbake/lib/bblayers/common.py     |   33 ++
>  bitbake/lib/bblayers/layerindex.py |  270 +++++++++
>  bitbake/lib/bblayers/query.py      |  499 +++++++++++++++++

Sorry, one other question. Did you mean to create a bitbake/lib within
the bitbake repo or should this just be lib/ ? I'm guessing the latter
and have queued it in -next with that.

Cheers,

Richard





  parent reply	other threads:[~2016-05-16 22:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1462041562.git.chris_larson@mentor.com>
2016-04-30 19:40 ` [RFC master][PATCH 1/4] bb.utils: add load_plugins from scriptutils Christopher Larson
2016-04-30 19:40 ` [RFC master][PATCH 2/4] bb.utils: use imp.get_suffixes for load_plugins Christopher Larson
2016-04-30 19:40 ` [RFC master][PATCH 3/4] bb.utils: let loaded plugins provide a plugin object Christopher Larson
2016-04-30 19:41 ` [RFC master][PATCH 4/4] bitbake-layers: convert to plugin-based Christopher Larson
2016-05-12 23:12   ` Christopher Larson
2016-05-12 23:20     ` Richard Purdie
2016-05-12 23:22       ` Christopher Larson
2016-05-16 21:02         ` Paul Eggleton
2016-05-16 22:06   ` Richard Purdie [this message]
2016-05-16 22:36     ` Christopher Larson
2016-05-17 14:52     ` Richard Purdie

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=1463436362.4578.4.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=chris_larson@mentor.com \
    --cc=kergoth@gmail.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.