summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-04-20 17:47:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-15 18:12:45 +0100
commit4b64fb5baa56b8dfde9e1eddcef19e75ca0d1c54 (patch)
tree1acd69882a7404867bb27255984404459dc48db6 /meta/classes/populate_sdk_ext.bbclass
parentd730e14639c01914fc7f86a80010cd698a536b1e (diff)
downloadast2050-yocto-poky-4b64fb5baa56b8dfde9e1eddcef19e75ca0d1c54.zip
ast2050-yocto-poky-4b64fb5baa56b8dfde9e1eddcef19e75ca0d1c54.tar.gz
classes/populate_sdk_ext: disable network connectivity check
Most of the time we shouldn't be downloading anything within the extensible SDK (since it's all pre-built and we have the sstate artifacts) therefore there's really no need for a connectivity check, in fact it may just get in the way. (From OE-Core rev: beaf851ae8aadb5b9e3c0b9840479efcbb05be23) (From OE-Core rev: cc65df3aeb84e53a2608535c81e1e3f4dd9e8bc4) Signed-off-by: Paul Eggleton <paul.eggleton@linux.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.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 22e0ffc..17a8e8c 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -110,6 +110,9 @@ python copy_buildsystem () {
f.write('POKYQEMUDEPS_forcevariable = ""\n\n')
f.write('EXTRA_IMAGEDEPENDS_remove = "qemu-native qemu-helper-native"\n\n')
+ # Bypass the default connectivity check if any
+ f.write('CONNECTIVITY_CHECK_URIS = ""\n\n')
+
# Another hack, but we want the native part of sstate to be kept the same
# regardless of the host distro
fixedlsbstring = 'SDK-Fixed'
OpenPOWER on IntegriCloud