diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-25 12:27:23 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-25 14:19:30 +0000 |
commit | d2559ef8fabecae7f8e352c8345eb6e685af925d (patch) | |
tree | 86cb80b37c978f475524fc4ae4e500f8fe7dfc50 | |
parent | febc41083ffb1c4e35848dbfbfa6c2da04f3d469 (diff) | |
download | meta-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.sample | 13 |
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 | ||
257 | PREMIRRORS = "\ | ||
258 | ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
259 | http://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
260 | https://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
261 | bzr://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
262 | cvs://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
263 | git://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
264 | gitsm://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
265 | hg://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
266 | osc://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
267 | p4://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
268 | svk://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ | ||
269 | svn://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n" | ||
257 | 270 | ||
258 | # | 271 | # |
259 | # Qemu configuration | 272 | # Qemu configuration |