mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
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 <josh@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user