diff mbox series

u-boot: upgrade 2025.01 -> 2025.04

Message ID 20250407231500.421051-1-festevam@gmail.com
State New
Headers show
Series u-boot: upgrade 2025.01 -> 2025.04 | expand

Commit Message

Fabio Estevam April 7, 2025, 11:15 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

Upgrade to U-Boot 2025.04.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
 .../u-boot/{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, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2025.01.bb => u-boot-tools_2025.04.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2025.01.bb => u-boot_2025.04.bb} (100%)

Comments

Alexander Kanavin April 8, 2025, 8:06 a.m. UTC | #1
On Tue, 8 Apr 2025 at 01:15, Fabio Estevam via lists.openembedded.org
<festevam=gmail.com@lists.openembedded.org> wrote:
> -SRCREV = "6d41f0a39d6423c8e57e92ebbe9f8c0333a63f72"
> +SRCREV = "34820924edbc4ec7803eb89d9852f4b870fa760a"
>
>  SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"

Can you please add the tag parameter here?

Alex
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index fc860248ed..b0ea01362a 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -12,7 +12,7 @@  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"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2025.01.bb b/meta/recipes-bsp/u-boot/u-boot_2025.04.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2025.01.bb
rename to meta/recipes-bsp/u-boot/u-boot_2025.04.bb