From 2d50a0ddf779aafd1aae1afcaee28611b60e3119 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 21 Oct 2024 15:32:09 -0500 Subject: u-boot-ti-mainline: Update to 2024.10 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 --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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" -- cgit v1.2.3-54-g00ecf