diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-15 13:33:21 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-16 22:54:03 -0700 |
commit | 14831b6ba26a6e43a1771a8516d0af145006c504 (patch) | |
tree | 33c3f4af11087a513c6b818137eb2db0631b75bb /meta/conf | |
parent | 29017755329ff1ad740fe094a4a89057e9c2a48d (diff) | |
download | openembedded-core-14831b6ba26a6e43a1771a8516d0af145006c504.tar.gz openembedded-core-14831b6ba26a6e43a1771a8516d0af145006c504.tar.bz2 openembedded-core-14831b6ba26a6e43a1771a8516d0af145006c504.zip |
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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf')
-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 = "" # 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" |