diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-11-22 10:05:44 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-12-19 06:08:19 +0000 |
commit | 9fd509397d955ab32fa37d85cd42d8ac3d007ad7 (patch) | |
tree | fb413419fc7405b005609a2c5321b72fbf5468a5 | |
parent | 269f7bc28a591d81475d85137a17f5c0a7f868bb (diff) | |
download | meta-boot2qt-9fd509397d955ab32fa37d85cd42d8ac3d007ad7.tar.gz |
internal-build: prepend mirror variables
This lets us use other mirrors in addition to the internal ones.
Change-Id: I0ef1de6c4eab72dedb9bbce6a3fcadfaa79d3404
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | classes/internal-build.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/internal-build.bbclass b/classes/internal-build.bbclass index 0f12a78..64c07bf 100644 --- a/classes/internal-build.bbclass +++ b/classes/internal-build.bbclass | |||
@@ -35,8 +35,8 @@ python enable_internal_build () { | |||
35 | return | 35 | return |
36 | 36 | ||
37 | e.data.setVar('ENABLE_QTQUICKCOMPILER', "1") | 37 | e.data.setVar('ENABLE_QTQUICKCOMPILER', "1") |
38 | e.data.setVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH") | 38 | e.data.prependVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH") |
39 | e.data.setVar('PREMIRRORS', "\ | 39 | e.data.prependVar('PREMIRRORS', "\ |
40 | ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ | 40 | ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
41 | http://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ | 41 | http://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
42 | https://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ | 42 | https://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |