aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-07-25 10:44:55 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 11:54:49 +0100
commit77a41ab5ca92606ee08f002a8dfc631f642a3179 (patch)
treedb7e8c52153133bd0585b6e271f708853484d71a
parentbab4952075245563787293428e031fa11d6cb2b4 (diff)
downloadopenembedded-core-contrib-77a41ab5ca92606ee08f002a8dfc631f642a3179.tar.gz
machine/qemu: set preferred linux-yocto kernel version
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>
-rw-r--r--meta/conf/machine/include/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 9ef242f386..4cab6f3d47 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -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"