]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/populate_sdk_ext: disable network connectivity check
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 Apr 2015 16:47:06 +0000 (17:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:05:56 +0000 (11:05 +0100)
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.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass

index 22e0ffca28b0c2b0bdb3a9f85ce3ee8549d84e90..17a8e8cdf45c7a720217166cb55079514716ee67 100644 (file)
@@ -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'