mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
buildhistory: improve support for extensible SDK
* Ensure extensible SDK and standard SDK go into their own directories * Record extra extensible SDK variables * Write sstate-package-sizes.txt and sstate-task-sizes.txt files so you can analyse the size of the contents * Add BUILDHISTORY_SDK_FILES (similar to BUILDHISTORY_IMAGE_FILES) and default it to pick up config files installed in the extensible SDK (From OE-Core rev: 5f87ff116d9ccd5e95e638dfa84583169a3f99f3) Signed-off-by: Paul Eggleton <paul.eggleton@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
ea0abcdd17
commit
35bd2544ec
@@ -15,6 +15,9 @@ SDK_RDEPENDS_append_task-populate-sdk-ext = " ${SDK_TARGETS}"
|
||||
|
||||
SDK_RELOCATE_AFTER_INSTALL_task-populate-sdk-ext = "0"
|
||||
|
||||
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_INHERIT_BLACKLIST ?= "buildhistory icecc"
|
||||
|
||||
Reference in New Issue
Block a user