mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
qemu-intel.inc: Add ovmf to EXTRA_IMAGEDEPENDS
This lets us use ovmf firmware with runqemu without building ovmf manually beforehand. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
parent
86f13d1394
commit
2a955487d8
|
@ -4,6 +4,9 @@
|
|||
# Ensure that qemu gets built when building images.
|
||||
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
|
||||
|
||||
# Build ovmf firmware for uefi support in qemu.
|
||||
EXTRA_IMAGEDEPENDS += "ovmf"
|
||||
|
||||
# runqemu uses virtio, so we have to enable the corresponding
|
||||
# kernel drivers.
|
||||
KERNEL_FEATURES += "cfg/virtio.scc"
|
||||
|
|
Loading…
Reference in New Issue
Block a user