]> code.ossystems Code Review - openembedded-core.git/commit
uninative: add variables to the whitelist so that it does not re-triger recipe parsing
authorCuero Bugot <cbugot@sierrawireless.com>
Fri, 16 Mar 2018 17:31:30 +0000 (17:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 08:52:10 +0000 (09:52 +0100)
commitca52b8e4f32063234815493746c4059392862af8
tree6408de119677fd77530c74add26dfee1d9600048
parent21ca5428fa320aa4c925fe8a1a141c7df863fa84
uninative: add variables to the whitelist so that it does not re-triger recipe parsing

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.

(From OE-Core rev: 75bb95ada98ef129d2fa48568f27dddb078c852c)

Signed-off-by: Cuero Bugot <cbugot@sierrawireless.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/classes/uninative.bbclass