diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-02 11:58:39 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-04 09:28:34 +0000 |
commit | b2416c1c09afaf40d9cdca9e7ffe0b0f52d3c974 (patch) | |
tree | 048712abf7b2d246cbfe39290ff9f980d94b56af /conf/local.conf.sample | |
parent | f258c629a67f91809694cb8fdab6d57e49a37787 (diff) | |
download | meta-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>
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 26 |
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" |
256 | SSTATE_MIRRORS ?= "file://.* http://ci-files01-hki.ci.local/yocto/sstate-cache/PATH" | 256 | SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-cache/PATH" |
257 | 257 | ||
258 | PREMIRRORS = "\ | 258 | PREMIRRORS = "\ |
259 | ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 259 | ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
260 | http://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 260 | http://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
261 | https://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 261 | https://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
262 | bzr://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 262 | bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
263 | cvs://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 263 | cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
264 | git://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 264 | git://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
265 | gitsm://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 265 | gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
266 | hg://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 266 | hg://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
267 | osc://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 267 | osc://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
268 | p4://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 268 | p4://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
269 | svk://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | 269 | svk://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
270 | svn://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n" | 270 | svn://.*/.* http://yocto-cache.ci.local/sources/ \n" |
271 | 271 | ||
272 | # | 272 | # |
273 | # Qemu configuration | 273 | # Qemu configuration |