projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
058bd6c
)
uboot-tegra: disable mkeficapsule build
author
Tomasz Maciej Nowak
<
[email protected]
>
Sun, 13 Jul 2025 12:51:26 +0000
(14:51 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 13 Jul 2025 15:18:15 +0000
(17:18 +0200)
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 <
[email protected]
>
Link:
https://patchwork.ozlabs.org/project/openwrt/patch/
[email protected]
/
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/boot/uboot-tegra/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-tegra/Makefile
b/package/boot/uboot-tegra/Makefile
index 4d47a764fb6b8e9e3e63d330d3f4df10d55eda39..d34b11b645410ec825833e86676dc07ddb606024 100644
(file)
--- 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)), \