[openwrt/openwrt] uboot-stm32: bump to 2024.10
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 22 14:50:25 PST 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5292a2de26ac4cf7a00de0f7a0149174ed6be31c
commit 5292a2de26ac4cf7a00de0f7a0149174ed6be31c
Author: Thomas Richard <thomas.richard at bootlin.com>
AuthorDate: Thu Nov 28 18:05:29 2024 +0100
uboot-stm32: bump to 2024.10
Now the tool mkeficapsule is built by default if EFI_LOADER config is set
(which is the case by default for armv7).
This tool needs gnutls, which only exists in the packages feed.
As we don't need mkeficapsule, just disable it.
Tested on STM32MP135F-DK.
Signed-off-by: Thomas Richard <thomas.richard at bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/17243
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-stm32/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/package/boot/uboot-stm32/Makefile b/package/boot/uboot-stm32/Makefile
index 58754aedd5..6234827a28 100644
--- a/package/boot/uboot-stm32/Makefile
+++ b/package/boot/uboot-stm32/Makefile
@@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk
-PKG_VERSION:=2024.07
+PKG_VERSION:=2024.10
PKG_RELEASE:=1
-PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
+PKG_HASH:=b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0
PKG_MAINTAINER:=Thomas Richard <thomas.richard at bootlin.com>
UBOOT_USE_INTREE_DTC:=1
@@ -38,6 +38,9 @@ UBOOT_TARGETS := stm32mp135f-dk
UBOOT_MAKE_FLAGS += DEVICE_TREE=$(DEVICE_TREE)
+UBOOT_CUSTOMIZE_CONFIG := \
+ --disable TOOLS_MKEFICAPSULE
+
define Build/InstallDev
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
$(foreach img,$(UBOOT_IMAGE), \
More information about the lede-commits
mailing list