[oe-commits] [openembedded-core] 15/22: classes/buildhistory: record a few more variables for extensible SDK

git at git.openembedded.org git at git.openembedded.org
Sat Mar 12 09:19:37 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 021b11870165087ee04ba51c1766585237231d13
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Mar 11 16:10:57 2016 +1300

    classes/buildhistory: record a few more variables for extensible SDK
    
    We've recently added SDK_EXT_TYPE and SDK_RECRDEP_TASKS and these will
    have an effect on the size and functionality of the SDK, so record them
    in sdk-info.txt.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/buildhistory.bbclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index fac7fed..0b3b7ce 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -646,7 +646,8 @@ def buildhistory_get_sdkvars(d):
         return ""
     sdkvars = "DISTRO DISTRO_VERSION SDK_NAME SDK_VERSION SDKMACHINE SDKIMAGE_FEATURES BAD_RECOMMENDATIONS NO_RECOMMENDATIONS PACKAGE_EXCLUDE"
     if d.getVar('BB_CURRENTTASK', True) == 'populate_sdk_ext':
-        sdkvars += " SDK_LOCAL_CONF_WHITELIST SDK_LOCAL_CONF_BLACKLIST SDK_INHERIT_BLACKLIST SDK_UPDATE_URL"
+        # Extensible SDK uses some additional variables
+        sdkvars += " SDK_LOCAL_CONF_WHITELIST SDK_LOCAL_CONF_BLACKLIST SDK_INHERIT_BLACKLIST SDK_UPDATE_URL SDK_EXT_TYPE SDK_RECRDEP_TASKS"
     listvars = "SDKIMAGE_FEATURES BAD_RECOMMENDATIONS PACKAGE_EXCLUDE SDK_LOCAL_CONF_WHITELIST SDK_LOCAL_CONF_BLACKLIST SDK_INHERIT_BLACKLIST"
     return outputvars(sdkvars, listvars, d)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list