From: Yogesh Tyagi <[email protected]> [1] https://patchwork.yoctoproject.org/project/oe-core/patch/[email protected]/
Signed-off-by: Yogesh Tyagi <[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 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 # Build ovmf firmware for uefi support in qemu. EXTRA_IMAGEDEPENDS += "ovmf" +# ovmf support has been removed for 32 bit machines in yocto +EXTRA_IMAGEDEPENDS:remove:x86 = "ovmf" + # runqemu uses virtio, so we have to enable the corresponding # kernel drivers. KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8674): https://lists.yoctoproject.org/g/meta-intel/message/8674 Mute This Topic: https://lists.yoctoproject.org/mt/117359449/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
