summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-01-13 13:58:31 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-01-20 14:19:17 +0000
commit31ffad5e63720dda22b1a35d29f9cc64b9b20a76 (patch)
treea7f45ef265290c993f9bd28dfbbf7672c7c3ec7b
parent29bf06b9b89c600c6de8a33c1e60b5b946e51a1e (diff)
downloadmeta-boot2qt-31ffad5e63720dda22b1a35d29f9cc64b9b20a76.tar.gz
Use SSTATE_MIRRORS to speedup the local builds
SSTATE_MIRRORS contains the build artifacts from previous builds done in CI and Jenkins. When running yocto builds locally for components with identical build configuration, the artifacts can be fetched from the mirror. This is usually the case for most of the base components and toolchain, as they are updated less frequently. Change-Id: Ic185b5a5dfd3b3b839bcd0ae102067a40a3040c6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--conf/local.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index b14b55d..d8029f2 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -253,6 +253,7 @@ BB_DISKMON_DIRS = "\
253#SSTATE_MIRRORS ?= "\ 253#SSTATE_MIRRORS ?= "\
254#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 254#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
255#file://.* file:///some/local/dir/sstate/PATH" 255#file://.* file:///some/local/dir/sstate/PATH"
256SSTATE_MIRRORS ?= "file://.* http://ci-files01-hki.ci.local/yocto/sstate-cache/PATH"
256 257
257PREMIRRORS = "\ 258PREMIRRORS = "\
258ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 259ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \