aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorCuero Bugot <cbugot@sierrawireless.com>2018-03-16 17:31:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-03 23:53:13 +0100
commit75bb95ada98ef129d2fa48568f27dddb078c852c (patch)
tree30c91e0162d85f8b698023cdd354157a7dd92084 /scripts
parent4c2af72f51a7bf187615fc0b3a229d25c3e191e9 (diff)
downloadopenembedded-core-contrib-75bb95ada98ef129d2fa48568f27dddb078c852c.tar.gz
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. Signed-off-by: Cuero Bugot <cbugot@sierrawireless.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions