mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
machine/qemu: Allow for users to override the preferred kernel version
The linux-yocto-rt kernel has been boot tested on qemux86-64. Unlock the preferred provider for virtual/kernel so it can be selected and used. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
212b6874d1
commit
8734754b3e
@@ -15,7 +15,7 @@ IMAGE_ROOTFS_SIZE_ext3 ?= "280000"
|
||||
RDEPENDS_kernel-base = ""
|
||||
|
||||
# Use a common kernel recipe for all QEMU machines
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
|
||||
|
||||
Reference in New Issue
Block a user