meta-intel : ovmf support has been dropped for 32 bit x86 machines [1]

[1] https://patchwork.yoctoproject.org/project/oe-core/patch/20251222200739.2278706-47-alex.kanavin@gmail.com/

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
This commit is contained in:
Yogesh Tyagi 2026-01-20 11:21:54 +05:30
parent fc3ee48b87
commit 9255aa6b9c

View File

@ -7,6 +7,9 @@ EXTRA_IMAGEDEPENDS += "qemu-system-native qemu-helper-native:do_addto_recipe_sys
# Build ovmf firmware for uefi support in qemu. # Build ovmf firmware for uefi support in qemu.
EXTRA_IMAGEDEPENDS += "ovmf" 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 # runqemu uses virtio, so we have to enable the corresponding
# kernel drivers. # kernel drivers.
KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc" KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc"