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/cm3-pm-firmware | |
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/cm3-pm-firmware')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb index 00486677..691ff156 100644 --- a/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb +++ b/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | |||
@@ -9,7 +9,7 @@ PR = "r0" | |||
9 | SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c" | 9 | SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c" |
10 | BRANCH ?= "ti-v4.1.y" | 10 | BRANCH ?= "ti-v4.1.y" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=https;branch=${BRANCH}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||