mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d730e14639
commit
4b64fb5baa
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user