[bitbake-devel] [RFC master][PATCH 4/4] bitbake-layers: convert to plugin-based

Christopher Larson kergoth at gmail.com
Mon May 16 22:36:16 UTC 2016


On Mon, May 16, 2016 at 3:06 PM, Richard Purdie <
richard.purdie at linuxfoundation.org> wrote:

> On Sat, 2016-04-30 at 12:41 -0700, Christopher Larson wrote:
> > From: Christopher Larson <chris_larson at 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 at 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.


Yeah, you're right, sorry about that. Clearly I missed a `git am -p` when I
applied the commits I had in poky, so new files kept the old structure. I
didn't notice, since git found the existing files for me, so there were no
conflicts. Thanks.
-- 
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20160516/2b2e5f42/attachment-0002.html>


More information about the bitbake-devel mailing list