]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 30 Jan 2012 15:57:30 +0000 (10:57 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Feb 2012 15:11:12 +0000 (15:11 +0000)
With introduction of the 3.2 kernel repository, we can make the qemu
targets prefer this variant. Built and boot testing has been completed
on sato/minimal targets for all emulated targets.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta-yocto/conf/distro/poky.conf

index 86f9bf6489b3384dc3ae3bb95235a9fb7f25d00a..596336e241a09fdec7bfb3fa181cbf90fbbe0ac7 100644 (file)
@@ -12,12 +12,12 @@ LOCALCONF_VERSION = "1"
 
 DISTRO_FEATURES_append = " largefile opengl"
 
-PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
-PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemumips ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.0%"
+PREFERRED_VERSION_linux-yocto ?= "3.0%"
+PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.2%"
+PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.2%"
+PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.2%"
+PREFERRED_VERSION_linux-yocto_qemumips ?= "3.2%"
+PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.2%"
 
 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
 SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"