summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-07 10:57:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-08 00:50:49 +0000
commit8054217a35d86dca7a66d96bff2c841960336de2 (patch)
tree7f9819f503597b33c75dd2085248428155473dbd /meta-yocto
parentbe174f37b9093ed31edd5d2d653046316e1ba578 (diff)
downloadpoky-8054217a35d86dca7a66d96bff2c841960336de2.tar.gz
poky.conf: Fix the MIRROR URI
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 596336e241..1bf35b15a6 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -44,19 +44,19 @@ QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
44# Other QEMU_TARGETS "mips64 mips64el sh4" 44# Other QEMU_TARGETS "mips64 mips64el sh4"
45 45
46PREMIRRORS ?= "\ 46PREMIRRORS ?= "\
47bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 47bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
48cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 48cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
49git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 49git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
50hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 50hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
51osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 51osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
52p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 52p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
53svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 53svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
54svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" 54svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
55 55
56MIRRORS =+ "\ 56MIRRORS =+ "\
57ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 57ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
58http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 58http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
59https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" 59https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
60 60
61# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully 61# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
62# fetch from the network (and warn you if not). To disable the test set 62# fetch from the network (and warn you if not). To disable the test set