diff options
author | Teemu Holappa <teemu.holappa@theqtcompany.com> | 2016-03-24 12:05:30 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-04-08 07:03:03 +0000 |
commit | fd5a9dacbb02dc7041dac3401d0dbdd2119216ae (patch) | |
tree | 336c2c15d236d0313f4d88bd914dd2eafa769ac9 | |
parent | 04d4e351cde51a61e9ceaeb0265c1d4b8677b6ca (diff) | |
download | meta-boot2qt-fd5a9dacbb02dc7041dac3401d0dbdd2119216ae.tar.gz |
Disabled SSTATE_MIRRORS and PRE_MIRRORS.
Removed Digia's internal servers from the default configuration.
Change-Id: I18b3a87de50afe0f5a405b29ec3e327450b7c2a8
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
-rw-r--r-- | conf/local.conf.sample | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 0fdcdb7..d8c9255 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample | |||
@@ -252,21 +252,21 @@ BB_DISKMON_DIRS = "\ | |||
252 | #SSTATE_MIRRORS ?= "\ | 252 | #SSTATE_MIRRORS ?= "\ |
253 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 253 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
254 | #file://.* file:///some/local/dir/sstate/PATH" | 254 | #file://.* file:///some/local/dir/sstate/PATH" |
255 | SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-caches/${DISTRO_CODENAME}/PATH" | 255 | #SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-caches/${DISTRO_CODENAME}/PATH" |
256 | 256 | ||
257 | PREMIRRORS = "\ | 257 | #PREMIRRORS = "\ |
258 | ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 258 | #ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
259 | http://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 259 | #http://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
260 | https://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 260 | #https://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
261 | bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 261 | #bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
262 | cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 262 | #cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
263 | git://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 263 | #git://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
264 | gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 264 | #gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
265 | hg://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 265 | #hg://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
266 | osc://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 266 | #osc://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
267 | p4://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 267 | #p4://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
268 | svk://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 268 | #svk://.*/.* http://yocto-cache.ci.local/sources/ \n \ |
269 | svn://.*/.* http://yocto-cache.ci.local/sources/ \n" | 269 | #svn://.*/.* http://yocto-cache.ci.local/sources/ \n" |
270 | 270 | ||
271 | # | 271 | # |
272 | # Qemu configuration | 272 | # Qemu configuration |