]> code.ossystems Code Review - openembedded-core.git/commitdiff
populate_sdk_ext: Add wic-tools to BB_SETSCENE_ENFORCE_WHITELIST
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Jan 2017 11:10:59 +0000 (11:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jan 2017 09:05:04 +0000 (09:05 +0000)
wic-tools has tasks which would always rerun and not come from sstate
to ensure we have a correctly populated sysroot. This is low overhead
and can be ignored from an eSDK perspective.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass

index f481ccdab7794b1c14075ddcf97d94332df83ef8..7c9666c1625c7fdadc4988591ecbea227976ba2c 100644 (file)
@@ -306,7 +306,7 @@ python copy_buildsystem () {
             f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n')
 
             # Set up whitelist for run on install
-            f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work"\n\n')
+            f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work wic-tools:*"\n\n')
 
             # Hide the config information from bitbake output (since it's fixed within the SDK)
             f.write('BUILDCFG_HEADER = ""\n\n')