From 490b71d15d5cd84bc1ad4b6801dc0ce3e89a478f Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 21 Nov 2011 14:48:35 -0800 Subject: poky.conf: switch to an appropriate mirror URL The autobuilder no longer hosts the sources for Yocto 1.1, update the MIRROR and PREMIRROR URI's to use a mirror location with 1.0 sources. Signed-off-by: Joshua Lock --- meta/conf/distro/poky.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index c33364796f..e655296eda 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -153,17 +153,17 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0" require conf/distro/include/world-broken.inc PREMIRRORS ?= "\ -bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" +bzr://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +cvs://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +git://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +hg://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +osc://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +p4://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +svk://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +svn://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n" MIRRORS =+ "\ -ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ -https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" +ftp://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +http://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \ +https://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n" -- cgit v1.2.3-54-g00ecf