]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
u-boot: upgrade 2025.01 -> 2025.04
authorFabio Estevam <festevam@denx.de>
Tue, 8 Apr 2025 11:03:33 +0000 (08:03 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Apr 2025 09:40:39 +0000 (10:40 +0100)
Upgrade to U-Boot 2025.04.

While at it, pass the tag parameter in SRC_URI.

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>
meta/recipes-bsp/u-boot/u-boot-common.inc
meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb [moved from meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb with 100% similarity]
meta/recipes-bsp/u-boot/u-boot_2025.04.bb [moved from meta/recipes-bsp/u-boot/u-boot_2025.01.bb with 100% similarity]

index fc860248ed4771cf9212fa243c7a1eae665e1fd8..fd1eab5cdde63480bd2903e2d59ed7d1c0d03878 100644 (file)
@@ -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"