summaryrefslogtreecommitdiffstats
path: root/recipes-ti/secdev/ti-k3-secdev_git.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-08-22 12:20:13 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-26 14:33:15 -0500
commitdaccda80cd637e7afc61481e5d601dc66dbe8edd (patch)
tree5c03f0179a3782fd844291c54f036d2943859249 /recipes-ti/secdev/ti-k3-secdev_git.bb
parent9e5ec11a1ade654fc2cf35e4c260b298832113ff (diff)
downloadmeta-ti-daccda80cd637e7afc61481e5d601dc66dbe8edd.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>
Diffstat (limited to 'recipes-ti/secdev/ti-k3-secdev_git.bb')
-rw-r--r--recipes-ti/secdev/ti-k3-secdev_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/secdev/ti-k3-secdev_git.bb b/recipes-ti/secdev/ti-k3-secdev_git.bb
index 28dbe9ee..3851d35a 100644
--- a/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/recipes-ti/secdev/ti-k3-secdev_git.bb
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "null"
9COMPATIBLE_MACHINE_class-native = "(.*)" 9COMPATIBLE_MACHINE_class-native = "(.*)"
10COMPATIBLE_MACHINE_class-nativesdk = "(.*)" 10COMPATIBLE_MACHINE_class-nativesdk = "(.*)"
11 11
12GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git" 12GIT_URI = "git://git.ti.com/git/git/security-development-tools/core-secdev-k3.git"
13GIT_PROTOCOL = "https" 13GIT_PROTOCOL = "https"
14GIT_BRANCH = "master" 14GIT_BRANCH = "master"
15GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016" 15GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016"