diff mbox series

u-boot: Upgrade to 2023.10

Message ID 20231002145711.1145814-1-festevam@denx.de
State Accepted, archived
Commit 6fce7f99ff5bacf7ad4b1816f462260fe41b38ee
Headers show
Series u-boot: Upgrade to 2023.10 | expand

Commit Message

Fabio Estevam Oct. 2, 2023, 2:57 p.m. UTC
Upgrade to U-Boot 2023.10.

The U-Boot 2023.10 tag is in the master branch, so switch the branch
back to master.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc                     | 4 ++--
 .../{u-boot-tools_2023.07.02.bb => u-boot-tools_2023.10.bb}   | 0
 .../u-boot/{u-boot_2023.07.02.bb => u-boot_2023.10.bb}        | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2023.07.02.bb => u-boot-tools_2023.10.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2023.07.02.bb => u-boot_2023.10.bb} (100%)
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 111914827d..ab1a7c2a67 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/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 = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c"
+SRCREV = "4459ed60cb1e0562bc5b40405e2b4b9bbf766d57"
 
-SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y"
+SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
 B = "${WORKDIR}/build"
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb b/meta/recipes-bsp/u-boot/u-boot_2023.10.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb
rename to meta/recipes-bsp/u-boot/u-boot_2023.10.bb