From 2ffd75ef6208faf3da4478a07b9c1869a7b8cbc5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 14 Mar 2024 12:53:01 +0100 Subject: roms/efi: exclude efi shell from secure boot builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4641 Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Gerd Hoffmann Message-ID: <20240314115307.628118-4-kraxel@redhat.com> --- roms/edk2-build.config | 1 + 1 file changed, 1 insertion(+) (limited to 'roms') diff --git a/roms/edk2-build.config b/roms/edk2-build.config index 05cbafef70..ef3eb7beeb 100644 --- a/roms/edk2-build.config +++ b/roms/edk2-build.config @@ -18,6 +18,7 @@ CAVIUM_ERRATUM_27456 = TRUE [opts.ovmf.sb.smm] SECURE_BOOT_ENABLE = TRUE SMM_REQUIRE = TRUE +BUILD_SHELL = FALSE [opts.armvirt.silent] DEBUG_PRINT_ERROR_LEVEL = 0x80000000 -- cgit v1.2.3