qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] roms: add back edk2-basetools target


From: Gerd Hoffmann
Subject: [PATCH] roms: add back edk2-basetools target
Date: Tue, 11 Apr 2023 12:17:09 +0200

The efi nic boot rom builds depend on this, they need the
EfiRom utility from edk2 BaseTools.

Fixes: 22e11539e167 ("edk2: replace build scripts")
Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 roms/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/roms/Makefile b/roms/Makefile
index 6859685290bf..73127445a515 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -153,6 +153,9 @@ efi:
        rm -f ../pc-bios/edk2-*.fd.bz2
        bzip2 --verbose ../pc-bios/edk2-*.fd
 
+edk2-basetools:
+       python3 edk2-build.py --config edk2-build.config -m none
+
 opensbi32-generic:
        $(MAKE) -C opensbi \
                CROSS_COMPILE=$(riscv32_cross_prefix) \
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]