summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-10-21 15:32:09 -0500
committerRyan Eatmon <reatmon@ti.com>2024-10-22 11:59:48 -0500
commit2d50a0ddf779aafd1aae1afcaee28611b60e3119 (patch)
tree278adc4f9e9daaebe044d4b847d1ab8660a24afa
parent4cbb0c4ab19b92bc9fa551d23878945c5f5824f3 (diff)
downloadmeta-ti-2d50a0ddf779aafd1aae1afcaee28611b60e3119.tar.gz
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 <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb15
1 files 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 @@
1require u-boot-ti.inc 1require u-boot-ti.inc
2 2
3PR = "r0" 3SUMMARY = "Mainline U-Boot for TI devices"
4 4
5PV = "2024.07" 5PV = "2024.10"
6 6
7# For the un-initiated:
8# The actual URL you'd use with a git clone for example would be:
9# https://source.denx.de/u-boot/u-boot.git/
10# However, in the context of OE, we have to explicitly split things up:
11# a) we want it to use git fetcher - hence git:// prefix in GIT_URI (if we
12# used https here, we'd endup attempting wget instead of git)
13# b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
14UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" 7UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
15UBOOT_GIT_PROTOCOL = "https" 8
16SRCREV = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c" 9SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"