summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 51b98a81aa..fb38ebc1f1 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -312,7 +312,7 @@ python copy_buildsystem () {
312 f.write('BUILDCFG_HEADER = ""\n\n') 312 f.write('BUILDCFG_HEADER = ""\n\n')
313 313
314 # Map gcc-dependent uninative sstate cache for installer usage 314 # Map gcc-dependent uninative sstate cache for installer usage
315 f.write('SSTATE_MIRRORS = "file://universal/(.*) file://universal-4.9/\\1\\nfile://universal-4.9/(.*) file://universal-4.8/\\1"\n\n') 315 f.write('SSTATE_MIRRORS += " file://universal/(.*) file://universal-4.9/\\1 file://universal-4.9/(.*) file://universal-4.8/\\1"\n\n')
316 316
317 # Allow additional config through sdk-extra.conf 317 # Allow additional config through sdk-extra.conf
318 fn = bb.cookerdata.findConfigFile('sdk-extra.conf', d) 318 fn = bb.cookerdata.findConfigFile('sdk-extra.conf', d)