[PATCH] uboot-tegra: disable mkeficapsule build
Tomasz Maciej Nowak
tmn505 at terefe.re
Sun Jul 13 05:51:26 PDT 2025
From: Tomasz Maciej Nowak <tmn505 at gmail.com>
Host default environment doesn't provide/require gnutls headers needed
for building mkeficapsule tools, and as tegra target doesn't require EFI
capability, disable the build of mentioned tool.
Fixes: 92cd360aacd6 ("uboot-tegra: bump version to 2025.04")
Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
---
package/boot/uboot-tegra/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
index 4d47a764fb6b..d34b11b64541 100644
--- a/package/boot/uboot-tegra/Makefile
+++ b/package/boot/uboot-tegra/Makefile
@@ -34,6 +34,8 @@ endef
UBOOT_TARGETS := trimslice
+UBOOT_CUSTOMIZE_CONFIG := --disable TOOLS_MKEFICAPSULE
+
define Build/bct-image
$(CP) $(PKG_BUILD_DIR)/u-boot-dtb-tegra.bin $(PKG_BUILD_DIR)/u-boot.bin
$(foreach bct,$(basename $(UBOOT_IMAGE)), \
--
2.50.1
More information about the openwrt-devel
mailing list