roms/Makefile | 5 +++++ 1 file changed, 5 insertions(+)
Needed to build ipxe nic roms.
Reported-by: Liu Jaloo <liu.jaloo@gmail.com>
Fixes: 22e11539e167 ("edk2: replace build scripts")
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
roms/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/roms/Makefile b/roms/Makefile
index dfed2b216a1e..31e4b97c983b 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -157,6 +157,11 @@ edk2-version: edk2
touch $@; \
fi
+edk2-basetools: edk2-version
+ $(PYTHON) edk2-build.py --config edk2-build.config \
+ --silent --no-logs \
+ --match none # build only basetools
+
efi: edk2-version
$(PYTHON) edk2-build.py --config edk2-build.config \
--version-override "$(EDK2_STABLE)$(FIRMWARE_EXTRAVERSION)" \
--
2.47.1
12.12.2024 11:44, Gerd Hoffmann wrote: > Needed to build ipxe nic roms. This one seems to be for qemu-stable too, no? Thanks, /mjt
On Tue, Dec 17, 2024 at 02:13:48PM +0300, Michael Tokarev wrote: > 12.12.2024 11:44, Gerd Hoffmann wrote: > > Needed to build ipxe nic roms. > > This one seems to be for qemu-stable too, no? Yes, makes sense indeed. thanks, Gerd
17.12.2024 14:13, Michael Tokarev wrote: > 12.12.2024 11:44, Gerd Hoffmann wrote: >> Needed to build ipxe nic roms. > > This one seems to be for qemu-stable too, no? For 8.2.x, I also picked 6539c73dccfa8fff1 "edk2: get version + date from git submodule", fwiw. Thanks, /mjt
© 2016 - 2025 Red Hat, Inc.