diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-12-21 09:55:39 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:17 +0000 |
commit | 35bd2544eced75a916c9a8fb4ebc9b5c3607776b (patch) | |
tree | 39ffa6e10cc8deebd21d90e07f8f3acc13a11bbf /meta/classes/populate_sdk_ext.bbclass | |
parent | ea0abcdd17debeda43307cebab1ebf8bfe272e6a (diff) | |
download | poky-35bd2544eced75a916c9a8fb4ebc9b5c3607776b.tar.gz |
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>
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 85bbaa505c..c30181ab4d 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -15,6 +15,9 @@ SDK_RDEPENDS_append_task-populate-sdk-ext = " ${SDK_TARGETS}" | |||
15 | 15 | ||
16 | SDK_RELOCATE_AFTER_INSTALL_task-populate-sdk-ext = "0" | 16 | SDK_RELOCATE_AFTER_INSTALL_task-populate-sdk-ext = "0" |
17 | 17 | ||
18 | SDK_EXT = "" | ||
19 | SDK_EXT_task-populate-sdk-ext = "-ext" | ||
20 | |||
18 | SDK_LOCAL_CONF_WHITELIST ?= "" | 21 | SDK_LOCAL_CONF_WHITELIST ?= "" |
19 | SDK_LOCAL_CONF_BLACKLIST ?= "CONF_VERSION BB_NUMBER_THREADS PARALLEL_MAKE PRSERV_HOST" | 22 | SDK_LOCAL_CONF_BLACKLIST ?= "CONF_VERSION BB_NUMBER_THREADS PARALLEL_MAKE PRSERV_HOST" |
20 | SDK_INHERIT_BLACKLIST ?= "buildhistory icecc" | 23 | SDK_INHERIT_BLACKLIST ?= "buildhistory icecc" |