]> code.ossystems Code Review - openembedded-core.git/commitdiff
populate_sdk_ext: Add SSTATE_MIRRORS to config blacklist
authorRandy Witt <randy.e.witt@linux.intel.com>
Mon, 1 Feb 2016 23:51:51 +0000 (15:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Feb 2016 14:42:51 +0000 (14:42 +0000)
SSTATE_MIRRORS used by the builder may not be the same as what the
installer of the sdk will use. Therefore blacklist SSTATE_MIRRORS from
the builder configuration. Note: the actual SSTATE_MIRRORS for the sdk
can be added using sdk_extra_conf.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass

index a115127ebc0c72c820a509f2104b1d245880b5b8..da7fdfbcb92beb0b5817b2e73427697a098bc735 100644 (file)
@@ -19,7 +19,12 @@ SDK_EXT = ""
 SDK_EXT_task-populate-sdk-ext = "-ext"
 
 SDK_LOCAL_CONF_WHITELIST ?= ""
-SDK_LOCAL_CONF_BLACKLIST ?= "CONF_VERSION BB_NUMBER_THREADS PARALLEL_MAKE PRSERV_HOST"
+SDK_LOCAL_CONF_BLACKLIST ?= "CONF_VERSION \
+                             BB_NUMBER_THREADS \
+                             PARALLEL_MAKE \
+                             PRSERV_HOST \
+                             SSTATE_MIRRORS \
+                            "
 SDK_INHERIT_BLACKLIST ?= "buildhistory icecc"
 SDK_UPDATE_URL ?= ""