summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-11 12:04:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-11 12:04:12 +0000
commit96aeec41bcc1f34f124dc8d8326ccacfc145106e (patch)
tree6e36389c6a3b986efa5372d3acaa15520e9a8d8b /meta/conf/distro/poky.conf
parent8e93b533ab6da5500b2eda7c81f35b4f8cf17e2e (diff)
downloadpoky-96aeec41bcc1f34f124dc8d8326ccacfc145106e.tar.gz
meta: Update mirror urls to new format and update yocto project urls
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf39
1 files changed, 14 insertions, 25 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 5e560fa5e1..12f60a1f57 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -150,29 +150,18 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0"
150 150
151require conf/distro/include/world-broken.inc 151require conf/distro/include/world-broken.inc
152 152
153PREMIRRORS_append = "\ 153PREMIRRORS =+ "\
154bzr://.*/.* http://pokylinux.org/sources/ \n \ 154bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
155cvs://.*/.* http://pokylinux.org/sources/ \n \ 155cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
156git://.*/.* http://pokylinux.org/sources/ \n \ 156git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
157hg://.*/.* http://pokylinux.org/sources/ \n \ 157hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
158osc://.*/.* http://pokylinux.org/sources/ \n \ 158osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
159p4://.*/.* http://pokylinux.org/sources/ \n \ 159p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
160svk://.*/.* http://pokylinux.org/sources/ \n \ 160svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
161svn://.*/.* http://pokylinux.org/sources/ \n \ 161svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
162bzr://.*/.* http://autobuilder.pokylinux.org/sources/ \n \ 162
163cvs://.*/.* http://autobuilder.pokylinux.org/sources/ \n \ 163MIRRORS =+ "\
164git://.*/.* http://autobuilder.pokylinux.org/sources/ \n \ 164ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
165hg://.*/.* http://autobuilder.pokylinux.org/sources/ \n \ 165http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
166osc://.*/.* http://autobuilder.pokylinux.org/sources/ \n \ 166https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
167p4://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
168svk://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
169svn://.*/.* http://autobuilder.pokylinux.org/sources/ \n"
170
171MIRRORS_append = "\
172ftp://.*/.* http://pokylinux.org/sources/ \n \
173http://.*/.* http://pokylinux.org/sources/ \n \
174https://.*/.* http://pokylinux.org/sources/ \n \
175ftp://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
176http://.*/.* http://autobuilder.pokylinux.org/sources/ \n \
177https://.*/.* http://autobuilder.pokylinux.org/sources/ \n"
178 167