mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f93147633e
commit
88d27ef448
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user