Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/7] Revert "populate_sdk_ext: whitelist do_package tasks"
@ 2017-01-21 14:35 Richard Purdie
  2017-01-21 14:35 ` [PATCH 2/7] populate_sdk_ext: Add wic-tools to BB_SETSCENE_ENFORCE_WHITELIST Richard Purdie
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Richard Purdie @ 2017-01-21 14:35 UTC (permalink / raw)
  To: openembedded-core

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.
---
 meta/classes/populate_sdk_ext.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 9b711d1..b383bed 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -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 *:do_package"\n\n')
+            f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work"\n\n')
 
             # Hide the config information from bitbake output (since it's fixed within the SDK)
             f.write('BUILDCFG_HEADER = ""\n\n')
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-01-24 19:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-21 14:35 [PATCH 1/7] Revert "populate_sdk_ext: whitelist do_package tasks" Richard Purdie
2017-01-21 14:35 ` [PATCH 2/7] populate_sdk_ext: Add wic-tools to BB_SETSCENE_ENFORCE_WHITELIST Richard Purdie
2017-01-21 14:35 ` [PATCH 3/7] package_deb: Improve failure debug output Richard Purdie
2017-01-21 14:35 ` [PATCH 4/7] package_deb: Clean up pointless exception handling Richard Purdie
2017-01-21 14:35 ` [PATCH 5/7] package_ipk: Improve failure debug output Richard Purdie
2017-01-21 14:35 ` [PATCH 6/7] package_ipk: Clean up pointless exception handling Richard Purdie
2017-01-21 14:35 ` [PATCH 7/7] package_rpm: " Richard Purdie
2017-01-21 14:53 ` ✗ patchtest: failure for "Revert "populate_sdk_ext: whit..." and 6 more Patchwork
2017-01-24 19:40   ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox