mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00: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:
+11
-11
@@ -153,17 +153,17 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0"
|
|||||||
require conf/distro/include/world-broken.inc
|
require conf/distro/include/world-broken.inc
|
||||||
|
|
||||||
PREMIRRORS ?= "\
|
PREMIRRORS ?= "\
|
||||||
bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
bzr://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
cvs://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
git://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
hg://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
osc://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
p4://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
svk://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
|
svn://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n"
|
||||||
|
|
||||||
MIRRORS =+ "\
|
MIRRORS =+ "\
|
||||||
ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
ftp://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
http://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n \
|
||||||
https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
|
https://.*/.* http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/sources/ \n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user