From fe336b149552b1f4f24d979c40302653298b98cc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 Apr 2013 05:11:50 +0000 Subject: poky.conf: Use weaker assignment for PREMIRROR 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto/conf/distro/poky.conf') 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 = "" QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" # Other QEMU_TARGETS "mips64 mips64el sh4" -PREMIRRORS ?= "\ +PREMIRRORS ??= "\ bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ -- cgit v1.2.3-54-g00ecf