diff mbox series

[meta-ti,master/scarthgap] u-boot-ti-mainline: Update to 2024.10

Message ID 20241021203850.8685-1-reatmon@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap] u-boot-ti-mainline: Update to 2024.10 | expand

Commit Message

Ryan Eatmon Oct. 21, 2024, 8:38 p.m. UTC
Update to the latest u-boot release v2024.10.

Additionally, take this time to clean up the mainline recipe and
streamline it a bit.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-bsp/u-boot/u-boot-ti-mainline_git.bb  | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index 3457772c..e1b51ce7 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -1,16 +1,9 @@ 
 require u-boot-ti.inc
 
-PR = "r0"
+SUMMARY = "Mainline U-Boot for TI devices"
 
-PV = "2024.07"
+PV = "2024.10"
 
-# For the un-initiated:
-# The actual URL you'd use with a git clone for example would be:
-# https://source.denx.de/u-boot/u-boot.git/
-# However, in the context of OE, we have to explicitly split things up:
-# a) we want it to use git fetcher - hence git:// prefix in GIT_URI (if we
-#  used https here, we'd endup attempting wget instead of git)
-# b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
 UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
-UBOOT_GIT_PROTOCOL = "https"
-SRCREV = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c"
+
+SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"