summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-24 13:10:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-24 13:48:10 +0100
commitd009306adbf33ab020f122e58b1432d513903089 (patch)
tree9dc27bc4adf31866eee7d8e5757a9e566ca7116f /meta/classes/populate_sdk_ext.bbclass
parentc8616512b67fe13a788f4458b4454f7d2d83718b (diff)
downloadpoky-d009306adbf33ab020f122e58b1432d513903089.tar.gz
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. (From OE-Core rev: 88cb174680cd37b5afb2b79e8248979895c35312) 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.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 08973a264c..6620445f97 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 \
33 DL_DIR \ 33 DL_DIR \
34 SSTATE_DIR \ 34 SSTATE_DIR \
35 TMPDIR \ 35 TMPDIR \
36 BB_SERVER_TIMEOUT \
36 " 37 "
37SDK_INHERIT_BLACKLIST ?= "buildhistory icecc" 38SDK_INHERIT_BLACKLIST ?= "buildhistory icecc"
38SDK_UPDATE_URL ?= "" 39SDK_UPDATE_URL ?= ""