]> code.ossystems Code Review - openembedded-core.git/commitdiff
machine/qemu: set preferred linux-yocto kernel version
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 25 Jul 2011 14:44:55 +0000 (10:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jul 2011 10:54:49 +0000 (11:54 +0100)
The introduction of the linux-yocto-3.0 kernel is taking
precedence over the known working 2.6.37 version. Forcing
2.6.37 until 3.0 is validated on the qemu machines.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/conf/machine/include/qemu.inc

index 9ef242f38605b868d036250726f5f82e172b1e7c..4cab6f3d473dc65944a2541364910fe26a3f1f0e 100644 (file)
@@ -12,6 +12,7 @@ RDEPENDS_kernel-base = ""
 
 # Use a common kernel recipe for all QEMU machines
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
 #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
 
 EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"