From b2416c1c09afaf40d9cdca9e7ffe0b0f52d3c974 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 2 Feb 2016 11:58:39 +0200 Subject: Use the new yocto-cache server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Used as a sstate-cache and download mirror Change-Id: Ia1c06e1d5df2acb32ebbda8e6d85635252149323 Reviewed-by: Teemu Holappa Reviewed-by: Tony Sarajärvi --- conf/local.conf.sample | 26 +++++++++++++------------- 1 file 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 = "\ #SSTATE_MIRRORS ?= "\ #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" -SSTATE_MIRRORS ?= "file://.* http://ci-files01-hki.ci.local/yocto/sstate-cache/PATH" +SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-cache/PATH" PREMIRRORS = "\ -ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -http://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -https://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -bzr://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -cvs://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -git://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -gitsm://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -hg://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -osc://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -p4://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -svk://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -svn://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n" +ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ +http://.*/.* http://yocto-cache.ci.local/sources/ \n \ +https://.*/.* http://yocto-cache.ci.local/sources/ \n \ +bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \ +cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \ +git://.*/.* http://yocto-cache.ci.local/sources/ \n \ +gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \ +hg://.*/.* http://yocto-cache.ci.local/sources/ \n \ +osc://.*/.* http://yocto-cache.ci.local/sources/ \n \ +p4://.*/.* http://yocto-cache.ci.local/sources/ \n \ +svk://.*/.* http://yocto-cache.ci.local/sources/ \n \ +svn://.*/.* http://yocto-cache.ci.local/sources/ \n" # # Qemu configuration -- cgit v1.2.3-54-g00ecf