mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-24 21:49:06 +00:00
An upcoming patch series will optionally add in a second repository that will optionally be needed as part of the builds. To facilitate that, we need to name the uboot checkout so that the SRCREV can be tracked correctly in the recipe. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
10 lines
199 B
BlitzBasic
10 lines
199 B
BlitzBasic
require u-boot-ti.inc
|
|
|
|
SUMMARY = "Mainline U-Boot for TI devices"
|
|
|
|
PV = "2025.07"
|
|
|
|
UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
|
|
|
|
SRCREV_uboot = "e37de002fac3895e8d0b60ae2015e17bb33e2b5b"
|