[oe-commits] [openembedded-core] 06/16: classes/populate_sdk_ext: adjust variable blacklisting

git at git.openembedded.org git at git.openembedded.org
Fri May 20 09:21:38 UTC 2016


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

commit 3f2dcaaab0f5bc169086a8b6fd57c5606742cc4d
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue May 10 15:06:43 2016 +1200

    classes/populate_sdk_ext: adjust variable blacklisting
    
    * Blacklist SSTATE_DIR, DL_DIR and TMPDIR by default to avoid problems
      such as the one mentioned in [YOCTO #9605].
    * Blacklist BB_NUMBER_PARSE_THREADS since we already blacklist
      BB_NUMBER_THREADS and they may be set separately.
    
    Fixes [YOCTO #9605].
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/populate_sdk_ext.bbclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 6d8edca..4c3a038 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -26,9 +26,13 @@ SDK_RECRDEP_TASKS ?= ""
 SDK_LOCAL_CONF_WHITELIST ?= ""
 SDK_LOCAL_CONF_BLACKLIST ?= "CONF_VERSION \
                              BB_NUMBER_THREADS \
+                             BB_NUMBER_PARSE_THREADS \
                              PARALLEL_MAKE \
                              PRSERV_HOST \
                              SSTATE_MIRRORS \
+                             DL_DIR \
+                             SSTATE_DIR \
+                             TMPDIR \
                             "
 SDK_INHERIT_BLACKLIST ?= "buildhistory icecc"
 SDK_UPDATE_URL ?= ""

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


More information about the Openembedded-commits mailing list