[Openembedded-architecture] Yocto Compatible 2.0 + signature changes
Richard Purdie
richard.purdie at linuxfoundation.org
Tue May 16 16:40:29 UTC 2017
On Mon, 2017-05-15 at 11:48 +0200, Patrick Ohly wrote:
> On Fri, 2017-05-12 at 08:20 -0500, Joshua Watt wrote:
> >
> > >
> > > That would lead to a combinatorial explosion of potential paths
> > > that
> > > would need to be checked when deciding whether to reparse,
> > > because the
> > > actual file path most likely uses one or a few of the many
> > > overrides in
> > > OVERRIDES. It's probably doable, just something to be aware of.
> > Ya, come to think of it, something like (where "foo" is in
> > OVERRIDES):
> >
> > BBAPPENDPATHS_foo += "${LAYERDIR}/foo/recipes-*/*/*.bbappend"
> >
> > might be better for that reason. It would move the exponential
> > search
> > into bitbakes variable cache in memory instead of having to search
> > the
> > disk
> At this point we probably need a comment from Richard whether this is
> actually feasible...
I've been thinking about this. The code that does this for SRC_URI is
quite complex and potentially problematic as it stands. The idea above
would entwine that with the parser and I'm not sure it can be made to
work in a way which wouldn't avoid circular dependency issues or behave
in a way which the user expects. Therefore, whilst I can see the
attraction, I'm not sure its something we'd want to do.
Cheers,
Richard
More information about the Openembedded-architecture
mailing list