diff options
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 21fd122468..3e1858c031 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -314,7 +314,7 @@ python copy_buildsystem () { | |||
314 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') | 314 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') |
315 | 315 | ||
316 | # Set up whitelist for run on install | 316 | # Set up whitelist for run on install |
317 | f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work wic-tools:*"\n\n') | 317 | f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work wic-tools:* *:do_addto_recipe_sysroot"\n\n') |
318 | 318 | ||
319 | # Hide the config information from bitbake output (since it's fixed within the SDK) | 319 | # Hide the config information from bitbake output (since it's fixed within the SDK) |
320 | f.write('BUILDCFG_HEADER = ""\n\n') | 320 | f.write('BUILDCFG_HEADER = ""\n\n') |