summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-04 22:46:20 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commit737f3583ad150aa678017aa23dd3d462caacb6b4 (patch)
treeec17e0ad4a6dd1c3fc91b15b1e305d1d7bafa260 /meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
parentc60b432df6b5284db83c498f9b856458c271db4d (diff)
downloadmeta-ti-737f3583ad150aa678017aa23dd3d462caacb6b4.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/amx3-cm3_git.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb2
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"
9SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c" 9SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c"
10BRANCH ?= "ti-v4.1.y" 10BRANCH ?= "ti-v4.1.y"
11 11
12SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}" 12SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=https;branch=${BRANCH}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15