summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-02 11:58:39 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-04 09:28:34 +0000
commitb2416c1c09afaf40d9cdca9e7ffe0b0f52d3c974 (patch)
tree048712abf7b2d246cbfe39290ff9f980d94b56af
parentf258c629a67f91809694cb8fdab6d57e49a37787 (diff)
downloadmeta-boot2qt-b2416c1c09afaf40d9cdca9e7ffe0b0f52d3c974.tar.gz
Use the new yocto-cache server
Used as a sstate-cache and download mirror Change-Id: Ia1c06e1d5df2acb32ebbda8e6d85635252149323 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
-rw-r--r--conf/local.conf.sample26
1 files changed, 13 insertions, 13 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 5bd8355..245b779 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -253,21 +253,21 @@ 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" 256SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-cache/PATH"
257 257
258PREMIRRORS = "\ 258PREMIRRORS = "\
259ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 259ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \
260http://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 260http://.*/.* http://yocto-cache.ci.local/sources/ \n \
261https://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 261https://.*/.* http://yocto-cache.ci.local/sources/ \n \
262bzr://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 262bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \
263cvs://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 263cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \
264git://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 264git://.*/.* http://yocto-cache.ci.local/sources/ \n \
265gitsm://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 265gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \
266hg://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 266hg://.*/.* http://yocto-cache.ci.local/sources/ \n \
267osc://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 267osc://.*/.* http://yocto-cache.ci.local/sources/ \n \
268p4://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 268p4://.*/.* http://yocto-cache.ci.local/sources/ \n \
269svk://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ 269svk://.*/.* http://yocto-cache.ci.local/sources/ \n \
270svn://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n" 270svn://.*/.* http://yocto-cache.ci.local/sources/ \n"
271 271
272# 272#
273# Qemu configuration 273# Qemu configuration