]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: change default kernel to 3.0.x
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 15 Aug 2011 17:33:21 +0000 (13:33 -0400)
committerSaul Wold <sgw@linux.intel.com>
Wed, 17 Aug 2011 05:54:03 +0000 (22:54 -0700)
The explicit setting of version preference to 2.6.37 is
no longer required. All of the qemu targets have been built
and boot tested on 3.0.1 for core-image-minimal and core-image-sato
and are safe for wider build/boot testing.

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

index 4cab6f3d473dc65944a2541364910fe26a3f1f0e..9ef242f38605b868d036250726f5f82e172b1e7c 100644 (file)
@@ -12,7 +12,6 @@ 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"