diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-07-25 10:44:55 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 12:02:41 +0100 |
commit | 73387f23b3121c5438cefabc0942ff326e20dff6 (patch) | |
tree | b58cc53847bc6878f7741761085e596bcf3c704b /meta | |
parent | ee3304b8b089eb816a1c9b1cd2db5544b27e0947 (diff) | |
download | poky-73387f23b3121c5438cefabc0942ff326e20dff6.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.
(From OE-Core rev: 77a41ab5ca92606ee08f002a8dfc631f642a3179)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 1 |
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 = "" | |||
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%" | ||
15 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
16 | 17 | ||
17 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 18 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |