summaryrefslogtreecommitdiff
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-12-20 14:52:56 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-23 14:28:21 +0000
commit88d27ef44823298251db33768ab2187f0ad9943e (patch)
tree6d7a9542419a6c1de8688fc8e672962f7c49aa4b /meta/conf/machine
parentf93147633e0212a11d25fbfa56e221c0d8d1a9ac (diff)
downloadopenembedded-core-88d27ef44823298251db33768ab2187f0ad9943e.tar.gz
openembedded-core-88d27ef44823298251db33768ab2187f0ad9943e.tar.bz2
openembedded-core-88d27ef44823298251db33768ab2187f0ad9943e.tar.xz
openembedded-core-88d27ef44823298251db33768ab2187f0ad9943e.zip
qemu: match kernel headers to preferred kernel
As the yocto-kernel advances, the libc headers must also advance. This commit fixes the SRC_URI and SRCPV to work properly with the latest linux-yocto kernel. It also switches the qemu* targets to prefer this libc recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/include/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 502e24f77..d762d010c 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -16,6 +16,6 @@ RDEPENDS_kernel-base = ""
# Use a common kernel recipe for all QEMU machines
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
-#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
+PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"