diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-02-07 10:57:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 00:50:49 +0000 |
commit | 8054217a35d86dca7a66d96bff2c841960336de2 (patch) | |
tree | 7f9819f503597b33c75dd2085248428155473dbd /meta-yocto | |
parent | be174f37b9093ed31edd5d2d653046316e1ba578 (diff) | |
download | poky-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.conf | 22 |
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 | ||
46 | PREMIRRORS ?= "\ | 46 | PREMIRRORS ?= "\ |
47 | bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 47 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
48 | cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 48 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
49 | git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 49 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
50 | hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 50 | hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
51 | osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 51 | osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
52 | p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 52 | p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
53 | svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 53 | svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
54 | svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | 54 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" |
55 | 55 | ||
56 | MIRRORS =+ "\ | 56 | MIRRORS =+ "\ |
57 | ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 57 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
58 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 58 | http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
59 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | 59 | https://.*/.* 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 |