mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2026-01-27 10:21:22 +01:00
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:
parent
fc3ee48b87
commit
9255aa6b9c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user