diff mbox series

[11/11] u-boot: upgrade 2025.01 -> 2025.04

Message ID 68856926465b56b98599ab2506fceb0d1bcfad5b.1748486276.git.tim.orling@konsulko.com
State New
Headers show
Series [01/11] u-boot: Fix potential index error issues in do_deploy with multiple u-boot configurations | expand

Commit Message

Tim Orling May 29, 2025, 2:41 a.m. UTC
From: Fabio Estevam <festevam@denx.de>

Upgrade to U-Boot 2025.04.

While at it, pass the tag parameter in SRC_URI.

(From OE-Core rev: 4a1671159ec05e9b013a7fd31f65d50302e657e0)

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 recipes-bsp/u-boot/u-boot-common.inc                          | 4 ++--
 .../{u-boot-tools_2025.01.bb => u-boot-tools_2025.04.bb}      | 0
 recipes-bsp/u-boot/{u-boot_2025.01.bb => u-boot_2025.04.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename recipes-bsp/u-boot/{u-boot-tools_2025.01.bb => u-boot-tools_2025.04.bb} (100%)
 rename recipes-bsp/u-boot/{u-boot_2025.01.bb => u-boot_2025.04.bb} (100%)
diff mbox series

Patch

diff --git a/recipes-bsp/u-boot/u-boot-common.inc b/recipes-bsp/u-boot/u-boot-common.inc
index fc86024..fd1eab5 100644
--- a/recipes-bsp/u-boot/u-boot-common.inc
+++ b/recipes-bsp/u-boot/u-boot-common.inc
@@ -12,9 +12,9 @@  PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "6d41f0a39d6423c8e57e92ebbe9f8c0333a63f72"
+SRCREV = "34820924edbc4ec7803eb89d9852f4b870fa760a"
 
-SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
+SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV}"
 
 S = "${WORKDIR}/git"
 B = "${WORKDIR}/build"
diff --git a/recipes-bsp/u-boot/u-boot-tools_2025.01.bb b/recipes-bsp/u-boot/u-boot-tools_2025.04.bb
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-tools_2025.01.bb
rename to recipes-bsp/u-boot/u-boot-tools_2025.04.bb
diff --git a/recipes-bsp/u-boot/u-boot_2025.01.bb b/recipes-bsp/u-boot/u-boot_2025.04.bb
similarity index 100%
rename from recipes-bsp/u-boot/u-boot_2025.01.bb
rename to recipes-bsp/u-boot/u-boot_2025.04.bb