summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-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 22e0ffca28..17a8e8cdf4 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -110,6 +110,9 @@ python copy_buildsystem () {
110 f.write('POKYQEMUDEPS_forcevariable = ""\n\n') 110 f.write('POKYQEMUDEPS_forcevariable = ""\n\n')
111 f.write('EXTRA_IMAGEDEPENDS_remove = "qemu-native qemu-helper-native"\n\n') 111 f.write('EXTRA_IMAGEDEPENDS_remove = "qemu-native qemu-helper-native"\n\n')
112 112
113 # Bypass the default connectivity check if any
114 f.write('CONNECTIVITY_CHECK_URIS = ""\n\n')
115
113 # Another hack, but we want the native part of sstate to be kept the same 116 # Another hack, but we want the native part of sstate to be kept the same
114 # regardless of the host distro 117 # regardless of the host distro
115 fixedlsbstring = 'SDK-Fixed' 118 fixedlsbstring = 'SDK-Fixed'