[oe-commits] [openembedded-core] 01/02: populate_sdk_ext: Add BB_SERVER_TIMEOUT to SDK_LOCAL_CONF_BLACKLIST

git at git.openembedded.org git at git.openembedded.org
Thu Aug 24 12:49:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 88cb174680cd37b5afb2b79e8248979895c35312
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Aug 24 13:10:12 2017 +0100

    populate_sdk_ext: Add BB_SERVER_TIMEOUT to SDK_LOCAL_CONF_BLACKLIST
    
    Whilst this should work we see failures in testsdkext at the moment when
    this is set. Add this to the blacklist for now until we can fix these issues
    meaning we can at least test BB_SERVER_TIMEOUT in other scenarios.
    
    Bug 119733 has been opened to track this.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/populate_sdk_ext.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 08973a2..6620445 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -33,6 +33,7 @@ SDK_LOCAL_CONF_BLACKLIST ?= "CONF_VERSION \
                              DL_DIR \
                              SSTATE_DIR \
                              TMPDIR \
+                             BB_SERVER_TIMEOUT \
                             "
 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