From 08f2354cd280b4ce5a7888aa85cf520e042955c3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: May 09 2022 08:42:07 +0000 Subject: Stop builds on armv7 --- diff --git a/edk2.spec b/edk2.spec index 8dd4b9c..dac8936 100644 --- a/edk2.spec +++ b/edk2.spec @@ -2,15 +2,11 @@ # breaks cross-building %undefine _auto_set_build_flags -%if %{defined fedora} # actual firmware builds support cross-compiling. edk2-tools # in theory should build everywhere without much trouble, but # in practice the edk2 build system barfs on archs it doesn't know # (such as ppc), so lets limit things to the known-good ones. -ExclusiveArch: x86_64 %{arm} aarch64 -%else ExclusiveArch: x86_64 aarch64 -%endif # edk2-stable202202 %define GITDATE 20220221 @@ -742,6 +738,7 @@ virt-fw-vars --input Build/Ovmf3264/DEBUG_%{TOOLCHAIN}/FV/OVMF_VARS.secboot.fd \ %changelog * Tue Apr 19 2022 Gerd Hoffmann - 20220221gitb24306f15daa-4 - switch to virt-firmware for secure boot key enrollment +- Stop builds on armv7 too (iasl missing). * Thu Apr 07 2022 Gerd Hoffmann - 20220221gitb24306f15daa-3 - Fix TPM build options.