uboot-tegra: disable mkeficapsule build

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: 92cd360aac ("uboot-tegra: bump version to 2025.04")
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250713125126.215092-1-tmn505@terefe.re/
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Tomasz Maciej Nowak 2025-07-13 14:51:26 +02:00 committed by Hauke Mehrtens
parent 058bd6c9d3
commit 3669874b4e

View file

@ -34,6 +34,8 @@ endef
UBOOT_TARGETS := trimslice UBOOT_TARGETS := trimslice
UBOOT_CUSTOMIZE_CONFIG := --disable TOOLS_MKEFICAPSULE
define Build/bct-image define Build/bct-image
$(CP) $(PKG_BUILD_DIR)/u-boot-dtb-tegra.bin $(PKG_BUILD_DIR)/u-boot.bin $(CP) $(PKG_BUILD_DIR)/u-boot-dtb-tegra.bin $(PKG_BUILD_DIR)/u-boot.bin
$(foreach bct,$(basename $(UBOOT_IMAGE)), \ $(foreach bct,$(basename $(UBOOT_IMAGE)), \