diff options
| -rw-r--r-- | conf/machine/include/qemu-intel.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc index 4608db99..341c1ba9 100644 --- a/conf/machine/include/qemu-intel.inc +++ b/conf/machine/include/qemu-intel.inc | |||
| @@ -7,6 +7,9 @@ EXTRA_IMAGEDEPENDS += "qemu-system-native qemu-helper-native:do_addto_recipe_sys | |||
| 7 | # Build ovmf firmware for uefi support in qemu. | 7 | # Build ovmf firmware for uefi support in qemu. |
| 8 | EXTRA_IMAGEDEPENDS += "ovmf" | 8 | EXTRA_IMAGEDEPENDS += "ovmf" |
| 9 | 9 | ||
| 10 | # ovmf support has been removed for 32 bit machines in yocto | ||
| 11 | EXTRA_IMAGEDEPENDS:remove:x86 = "ovmf" | ||
| 12 | |||
| 10 | # runqemu uses virtio, so we have to enable the corresponding | 13 | # runqemu uses virtio, so we have to enable the corresponding |
| 11 | # kernel drivers. | 14 | # kernel drivers. |
| 12 | KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc" | 15 | KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc" |
