summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 44a9bc685f..538f3434b5 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -45,7 +45,7 @@ TCLIBCAPPEND = ""
45QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" 45QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
46# Other QEMU_TARGETS "mips64 mips64el sh4" 46# Other QEMU_TARGETS "mips64 mips64el sh4"
47 47
48PREMIRRORS ?= "\ 48PREMIRRORS ??= "\
49bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 49bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
50cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 50cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
51git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 51git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \