diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-11-04 22:46:20 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
commit | 8adeecdc49d6c2c46dbb1970f48be464bb89d10c (patch) | |
tree | f23d277d425bc8f883c4b0b6705266f15f42502e /meta-ti-bsp/recipes-bsp/u-boot | |
parent | 44573918973a160e95298c76628c54de6944dbef (diff) | |
download | meta-ti-8adeecdc49d6c2c46dbb1970f48be464bb89d10c.tar.gz |
all: Stop using git://git.ti.com
Stop using un-encrypted git:// protocol to access TI repositories.
This is inline with the same arguments as made by github in
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index 3696a483..c0f876e3 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -16,8 +16,8 @@ LICENSE = "GPL-2.0-or-later" | |||
16 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" | 16 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" |
17 | 17 | ||
18 | BRANCH ?= "master" | 18 | BRANCH ?= "master" |
19 | UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git" | 19 | UBOOT_GIT_URI = "git://git.ti.com/git/ti-u-boot/ti-u-boot.git" |
20 | UBOOT_GIT_PROTOCOL = "git" | 20 | UBOOT_GIT_PROTOCOL = "https" |
21 | SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" | 21 | SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" |
22 | 22 | ||
23 | PV:append = "+git${SRCPV}" | 23 | PV:append = "+git${SRCPV}" |