summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qemu-intel.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc
index db8b2b3d..0487d403 100644
--- a/conf/machine/include/qemu-intel.inc
+++ b/conf/machine/include/qemu-intel.inc
@@ -4,6 +4,9 @@
4# Ensure that qemu gets built when building images. 4# Ensure that qemu gets built when building images.
5EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" 5EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
6 6
7# Build ovmf firmware for uefi support in qemu.
8EXTRA_IMAGEDEPENDS += "ovmf"
9
7# runqemu uses virtio, so we have to enable the corresponding 10# runqemu uses virtio, so we have to enable the corresponding
8# kernel drivers. 11# kernel drivers.
9KERNEL_FEATURES += "cfg/virtio.scc" 12KERNEL_FEATURES += "cfg/virtio.scc"