summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-04-03 05:11:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-03 17:01:14 +0100
commitfe336b149552b1f4f24d979c40302653298b98cc (patch)
tree139967e1b9cf7ae8acc050a7a95ab95393114333
parent9cd3816e4db97c8fd093a120a75a2b5d193afcdd (diff)
downloadpoky-fe336b149552b1f4f24d979c40302653298b98cc.tar.gz
poky.conf: Use weaker assignment for PREMIRROR1.4_M5.rc31.4_M5.final
This is to facilitate distros using poky as reference so that they can use ?= and provide an option for their users to override it if desired (From meta-yocto rev: cb3308d125f755cbece03d1ee00d8e255941fe9c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \