summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-25 12:27:23 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-25 14:19:30 +0000
commitd2559ef8fabecae7f8e352c8345eb6e685af925d (patch)
tree86cb80b37c978f475524fc4ae4e500f8fe7dfc50
parentfebc41083ffb1c4e35848dbfbfa6c2da04f3d469 (diff)
downloadmeta-boot2qt-d2559ef8fabecae7f8e352c8345eb6e685af925d.tar.gz
use internal PREMIRRORS
ci-files01-hki.ci.local has a shared download folder that can be used as a PREMIRROR. This should save a lot of out going network traffic when running in CI. Change-Id: I1f81a547ee12d8f37de58228272a87d7cc93e736 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--conf/local.conf.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 595aaae..991cefc 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -254,6 +254,19 @@ BB_DISKMON_DIRS = "\
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"
256 256
257PREMIRRORS = "\
258ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
259http://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
260https://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
261bzr://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
262cvs://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
263git://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
264gitsm://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
265hg://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
266osc://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
267p4://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
268svk://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \
269svn://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n"
257 270
258# 271#
259# Qemu configuration 272# Qemu configuration