1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

meta: Update mirror urls to new format and update yocto project urls

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-02-11 12:04:12 +00:00
parent 8e93b533ab
commit 96aeec41bc
3 changed files with 74 additions and 87 deletions
+13 -24
View File
@@ -150,29 +150,18 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0"
require conf/distro/include/world-broken.inc
PREMIRRORS_append = "\
bzr://.*/.* http://pokylinux.org/sources/ \n \
cvs://.*/.* http://pokylinux.org/sources/ \n \
git://.*/.* http://pokylinux.org/sources/ \n \
hg://.*/.* http://pokylinux.org/sources/ \n \
osc://.*/.* http://pokylinux.org/sources/ \n \
p4://.*/.* http://pokylinux.org/sources/ \n \
svk://.*/.* http://pokylinux.org/sources/ \n \
svn://.*/.* http://pokylinux.org/sources/ \n \
bzr://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
cvs://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
git://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
hg://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
osc://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
p4://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
svk://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
svn://.*/.* http://autobuilder.pokylinux.org/sources/ \n"
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"
MIRRORS_append = "\
ftp://.*/.* http://pokylinux.org/sources/ \n \
http://.*/.* http://pokylinux.org/sources/ \n \
https://.*/.* http://pokylinux.org/sources/ \n \
ftp://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
http://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
https://.*/.* http://autobuilder.pokylinux.org/sources/ \n"
MIRRORS =+ "\
ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"