summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-03 11:12:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-03 11:16:12 +0000
commit7fefdc1e11ecbfafe36e232a57c08d1a31dae6c9 (patch)
tree5cb45ad53bcaf47aa40002995cbed63a8993145b /meta/classes/populate_sdk_ext.bbclass
parente05c8d812e6ddaa8e29c9a286dcf787513417cf0 (diff)
downloadpoky-7fefdc1e11ecbfafe36e232a57c08d1a31dae6c9.tar.gz
populate_ext_sdk: Append to SSTATE_MIRRORS
We need to appent to SSTATE_MIRRORS in case other areas of code are also setting the variable. (From OE-Core rev: 9cab832b1e85822fa9be5ea9fa0415f48fba86f2) 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.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)