mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
19 lines
694 B
BlitzBasic
19 lines
694 B
BlitzBasic
require u-boot-ti.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
|
|
|
|
PR = "r0"
|
|
|
|
PV = "2021.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 = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"
|