1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00

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>
This commit is contained in:
Ryan Eatmon
2022-08-22 12:20:13 -05:00
parent 9e5ec11a1a
commit daccda80cd
69 changed files with 108 additions and 108 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "null"
COMPATIBLE_MACHINE_class-native = "(.*)"
COMPATIBLE_MACHINE_class-nativesdk = "(.*)"
GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git"
GIT_URI = "git://git.ti.com/git/git/security-development-tools/core-secdev-k3.git"
GIT_PROTOCOL = "https"
GIT_BRANCH = "master"
GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016"