diff mbox series

[05/11] u-boot: upgrade 2024.07 -> 2024.10

Message ID 16a823200c47413be169ba887e2786cb511cf17e.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 2024.10.

Add the gnutls-native dependency because now U-Boot needs it installed
on the host machine to handle the CONFIG_TOOLS_MKEFICAPSULE option.

(From OE-Core rev: e3ece22060725c9eebc0feed9b2be2d00ce4bf8e)

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.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                         | 2 +-
 .../{u-boot-tools_2024.07.bb => u-boot-tools_2024.10.bb}     | 0
 recipes-bsp/u-boot/u-boot_2024.07.bb                         | 5 -----
 recipes-bsp/u-boot/u-boot_2024.10.bb                         | 4 ++++
 4 files changed, 5 insertions(+), 6 deletions(-)
 rename recipes-bsp/u-boot/{u-boot-tools_2024.07.bb => u-boot-tools_2024.10.bb} (100%)
 delete mode 100644 recipes-bsp/u-boot/u-boot_2024.07.bb
 create mode 100644 recipes-bsp/u-boot/u-boot_2024.10.bb
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 1b5382a..113f215 100644
--- a/recipes-bsp/u-boot/u-boot-common.inc
+++ b/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 = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c"
+SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"
 
 SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
 
diff --git a/recipes-bsp/u-boot/u-boot-tools_2024.07.bb b/recipes-bsp/u-boot/u-boot-tools_2024.10.bb
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-tools_2024.07.bb
rename to recipes-bsp/u-boot/u-boot-tools_2024.10.bb
diff --git a/recipes-bsp/u-boot/u-boot_2024.07.bb b/recipes-bsp/u-boot/u-boot_2024.07.bb
deleted file mode 100644
index b15bcaa..0000000
--- a/recipes-bsp/u-boot/u-boot_2024.07.bb
+++ /dev/null
@@ -1,5 +0,0 @@ 
-require u-boot-common.inc
-require u-boot.inc
-
-DEPENDS += "bc-native dtc-native python3-pyelftools-native"
-
diff --git a/recipes-bsp/u-boot/u-boot_2024.10.bb b/recipes-bsp/u-boot/u-boot_2024.10.bb
new file mode 100644
index 0000000..db8b2d5
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2024.10.bb
@@ -0,0 +1,4 @@ 
+require u-boot-common.inc
+require u-boot.inc
+
+DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native"