summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
blob: 692cf84a4ea004efddcefe66adb468760978ce9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require u-boot-ti.inc

PR = "r0"

PV = "2023.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 = "4459ed60cb1e0562bc5b40405e2b4b9bbf766d57"