]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky.conf: Use weaker assignment for PREMIRROR
authorKhem Raj <raj.khem@gmail.com>
Wed, 3 Apr 2013 05:11:50 +0000 (05:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Apr 2013 15:57:14 +0000 (16:57 +0100)
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

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>
meta-yocto/conf/distro/poky.conf

index 44a9bc685fdc5959cbf3edfe8e1d30bc8c077ef6..538f3434b537e44110a2b10d4e545c10f23ac3fe 100644 (file)
@@ -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 \