mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 07:20:53 +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:
@@ -13,7 +13,7 @@ CLEANBROKEN = "1"
|
||||
|
||||
BRANCH = "ti-${PV}"
|
||||
|
||||
SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}"
|
||||
SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}"
|
||||
SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5"
|
||||
|
||||
RRECOMMENDS_${PN} = "ti-gc320-driver"
|
||||
|
||||
@@ -14,7 +14,7 @@ PR = "r2"
|
||||
|
||||
BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize"
|
||||
|
||||
SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
|
||||
SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
|
||||
SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed"
|
||||
|
||||
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
||||
|
||||
@@ -14,7 +14,7 @@ PR = "r37"
|
||||
|
||||
BRANCH = "ti-img-sgx/dunfell/${PV}"
|
||||
|
||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
|
||||
SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git;protocol=https;branch=${BRANCH}"
|
||||
SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6"
|
||||
|
||||
TARGET_PRODUCT_omap-a15 = "jacinto6evm"
|
||||
|
||||
Reference in New Issue
Block a user