diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-04-03 05:11:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-03 17:01:14 +0100 |
commit | fe336b149552b1f4f24d979c40302653298b98cc (patch) | |
tree | 139967e1b9cf7ae8acc050a7a95ab95393114333 /meta-yocto | |
parent | 9cd3816e4db97c8fd093a120a75a2b5d193afcdd (diff) | |
download | poky-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>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
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 = "" | |||
45 | QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" | 45 | QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" |
46 | # Other QEMU_TARGETS "mips64 mips64el sh4" | 46 | # Other QEMU_TARGETS "mips64 mips64el sh4" |
47 | 47 | ||
48 | PREMIRRORS ?= "\ | 48 | PREMIRRORS ??= "\ |
49 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 49 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
50 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 50 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
51 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 51 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |