diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-21 11:10:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-22 09:05:39 +0000 |
commit | 60d8ca3e96c6404fb914c83782e7f4b217702a7d (patch) | |
tree | 217a0c4b68f1cb7c47c9fd6c8e3364b0fffa66d7 | |
parent | 917c8a88e245cbc59ac662fc81a3f40997aae092 (diff) | |
download | poky-60d8ca3e96c6404fb914c83782e7f4b217702a7d.tar.gz |
Revert "populate_sdk_ext: whitelist do_package tasks"
Since Paul reverted the sstate.bbclass change which was checking the sstate
mirror test results, this change should also not be needed anymore.
This reverts commit e30f5002c4f216757ace27ad8d06164716ca46b5.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 d5f6de9028..f481ccdab7 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -306,7 +306,7 @@ python copy_buildsystem () { | |||
306 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') | 306 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') |
307 | 307 | ||
308 | # Set up whitelist for run on install | 308 | # Set up whitelist for run on install |
309 | f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work *:do_package"\n\n') | 309 | f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work"\n\n') |
310 | 310 | ||
311 | # Hide the config information from bitbake output (since it's fixed within the SDK) | 311 | # Hide the config information from bitbake output (since it's fixed within the SDK) |
312 | f.write('BUILDCFG_HEADER = ""\n\n') | 312 | f.write('BUILDCFG_HEADER = ""\n\n') |