]> code.ossystems Code Review - openembedded-core.git/commitdiff
populate_sdk_ext: Add do_addto_recipe_sysroot to BB_SETSCENE_ENFORCE_WHITELIST
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Apr 2017 08:41:29 +0000 (09:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Apr 2017 08:46:11 +0000 (09:46 +0100)
Without this, eSDK builds are failing due to qemu-helper-native's dependency on this
task. It makes sense to allow this to execute in eSDK contexts (its a non-sstate task
intentionally).

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

index 21fd122468bfeef41dfe445da1fe216c18d23829..3e1858c0319b62a239ed9bd89858f0dffab2709b 100644 (file)
@@ -314,7 +314,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 wic-tools:*"\n\n')
+            f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work wic-tools:* *:do_addto_recipe_sysroot"\n\n')
 
             # Hide the config information from bitbake output (since it's fixed within the SDK)
             f.write('BUILDCFG_HEADER = ""\n\n')