> > On Fri, Mar 16, 2018 at 10:31 AM Cuero Bugot 
> > <mailto:[email protected]> wrote:
> > When uninative is activated (poky's default) internal datastore variables 
> > are modified (NATIVELSBSTRING and SSTATEPOSTUNPACKFUNCS) to enable uninative
> > support. This is happening after parsing is done at the beginning of the 
> > build. On the next bitbake call the recipe would be parsed if the two
> > variables above were not added to the parsing whitelist 
> > BB_HASHCONFIG_WHITELIST.
> >
> > The fix is to add these two variables to the recipe parsing whitelist 
> > BB_HASHCONFIG_WHITELIST, this is done at recipe parsing time, only when
> > uninative.bbclass is used.

> It seems you have a case where data is already parsed and then uninstive is 
> enabled after this the reparse is happening. Or is it always happening when 
> uninative is enabled 

It is always happening when uninative is enabled (
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to