uboot-tools: update to version 2026.01

Update package to the latest stable version.

Patches manually refreshed:
* 003-tools-dumpimage-fix-tools-compile.patch

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/21674
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Stefan Kalscheuer 2026-01-24 09:38:13 +01:00 committed by Hauke Mehrtens
parent 6ac2a17ebf
commit 6796bace3e
2 changed files with 5 additions and 10 deletions

View file

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_DISTNAME:=u-boot
PKG_VERSION:=2025.10
PKG_VERSION:=2026.01
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
@ -10,7 +10,7 @@ PKG_SOURCE_URL:= \
https://mirror.cyberbits.eu/u-boot \
ftp://ftp.denx.de/pub/u-boot
PKG_URL:=https://docs.u-boot.org/en/latest/
PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
PKG_HASH:=b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54
PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)

View file

@ -10,8 +10,6 @@ This patch is to fix compilation for uboot-tool V2025.01 in openwrt.
* remove mkeficapsule from build to avoid gnulib dependencies
* disable bmp_logo from build to allow compilation
Signed-off-by: Scott Mercer <TheRootEd24@gmail.com>
---
tools/Makefile | 38 ++++++++++++++++++++++++++------------
@ -66,7 +64,7 @@ Signed-off-by: Scott Mercer <TheRootEd24@gmail.com>
mkfwumdata-objs := mkfwumdata.o generated/lib/crc32.o
HOSTLDLIBS_mkfwumdata += -luuid
@@ -330,10 +345,9 @@ HOST_EXTRACFLAGS += -include $(srctree)/
@@ -330,8 +345,7 @@ HOST_EXTRACFLAGS += -include $(srctree)/
-I$(srctree)/scripts/dtc/libfdt \
-I$(srctree)/tools \
-DUSE_HOSTCC \
@ -74,8 +72,5 @@ Signed-off-by: Scott Mercer <TheRootEd24@gmail.com>
- -D_GNU_SOURCE
+ -D__KERNEL_STRICT_NAMES
-__build: $(LOGO-y)
+__build: $(LOGO-n)
$(LOGO_H): $(obj)/bmp_logo $(LOGO_BMP)
$(obj)/bmp_logo --gen-info $(LOGO_BMP) > $@
ifeq ($(CROSS_BUILD_TOOLS),)
__build: $(LOGO-y)