Skip to content

Commit 5b3c823

Browse files
DragonBlueprobimarko
authored andcommitted
uboot-layerscape: do not build efimkcapsule tool
OpenWrt layerscape target does not use this command. If the host is missing gnutls, this tool will fail to build. Fix build error: tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory 20 | #include <gnutls/gnutls.h> | ^~~~~~~~~~~~~~~~~ Fixes: c773c3f ("uboot-layerscape: bump to lf-6.12.20-2.0.0") Signed-off-by: Shiji Yang <[email protected]> Link: openwrt/openwrt#19836 Signed-off-by: Robert Marko <[email protected]>
1 parent aff2f09 commit 5b3c823

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package/boot/uboot-layerscape/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ UBOOT_TARGETS := \
151151
fsl_ls1021a-twr-sdboot \
152152
fsl_ls1021a-iot-sdboot
153153

154+
UBOOT_CUSTOMIZE_CONFIG := \
155+
--disable TOOLS_MKEFICAPSULE
156+
154157
define Build/InstallDev
155158
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
156159
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) \

0 commit comments

Comments
 (0)