diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-15 13:33:21 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:14:55 +0100 |
commit | d77948e1cfd6aa6deb70012e1210846ec055348c (patch) | |
tree | fb535c9400a226909f62bcb89b98063e02ea1075 /meta/conf/machine/include | |
parent | 867032e10a26ab8d1c6f3f614de8c96cf840af16 (diff) | |
download | poky-d77948e1cfd6aa6deb70012e1210846ec055348c.tar.gz |
qemu: change default kernel to 3.0.x
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.
(From OE-Core rev: 14831b6ba26a6e43a1771a8516d0af145006c504)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 4cab6f3d47..9ef242f386 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -12,7 +12,6 @@ RDEPENDS_kernel-base = "" | |||
12 | 12 | ||
13 | # Use a common kernel recipe for all QEMU machines | 13 | # Use a common kernel recipe for all QEMU machines |
14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
15 | PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%" | ||
16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 15 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
17 | 16 | ||
18 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 17 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |