diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-20 11:21:54 +0530 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-20 11:21:54 +0530 |
| commit | 9255aa6b9c4a6234a27970ddd861f110e4cf31f3 (patch) | |
| tree | 46e1c660a110100438ed1fbc8f3ce8a9dcbe777c | |
| parent | fc3ee48b87ce8cf52eab7d612f54c8541c225eef (diff) | |
| download | meta-intel-9255aa6b9c4a6234a27970ddd861f110e4cf31f3.tar.gz | |
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>
| -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" |
