summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 00000000..76aaa4b2
--- /dev/null
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -0,0 +1,18 @@
1require u-boot-ti.inc
2
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
4
5PR = "r0"
6
7PV = "2021.10"
8
9# For the un-initiated:
10# The actual URL you'd use with a git clone for example would be:
11# https://source.denx.de/u-boot/u-boot.git/
12# However, in the context of OE, we have to explicitly split things up:
13# a) we want it to use git fetcher - hence git:// prefix in GIT_URI (if we
14# used https here, we'd endup attempting wget instead of git)
15# b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
16UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
17UBOOT_GIT_PROTOCOL = "https"
18SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"