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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user