diff options
-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 |