This lets us use ovmf firmware with runqemu without building ovmf manually beforehand.
Signed-off-by: California Sullivan <[email protected]> --- conf/machine/include/qemu-intel.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc index db8b2b3..0487d40 100644 --- a/conf/machine/include/qemu-intel.inc +++ b/conf/machine/include/qemu-intel.inc @@ -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" -- 2.5.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
