summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/populate_sdk_ext.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 9269a93601..0ad1243d4f 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -223,6 +223,9 @@ python copy_buildsystem () {
223 # the sig computed from the metadata. 223 # the sig computed from the metadata.
224 f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') 224 f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n')
225 225
226 # Set up whitelist for run on install
227 f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work *:do_package"\n\n')
228
226 # Hide the config information from bitbake output (since it's fixed within the SDK) 229 # Hide the config information from bitbake output (since it's fixed within the SDK)
227 f.write('BUILDCFG_HEADER = ""\n\n') 230 f.write('BUILDCFG_HEADER = ""\n\n')
228 231