mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
populate_sdk_ext: Add SSTATE_MIRRORS to config blacklist
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. (From OE-Core rev: 3ddd6c8409b0365aa58b7dd0b2218a1f7ef05a4c) 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>
This commit is contained in:
committed by
Richard Purdie
parent
70ec8671ec
commit
60100884d4
@@ -19,7 +19,12 @@ SDK_EXT = ""
|
|||||||
SDK_EXT_task-populate-sdk-ext = "-ext"
|
SDK_EXT_task-populate-sdk-ext = "-ext"
|
||||||
|
|
||||||
SDK_LOCAL_CONF_WHITELIST ?= ""
|
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_INHERIT_BLACKLIST ?= "buildhistory icecc"
|
||||||
SDK_UPDATE_URL ?= ""
|
SDK_UPDATE_URL ?= ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user