diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-08-22 12:20:13 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-26 14:33:15 -0500 |
commit | daccda80cd637e7afc61481e5d601dc66dbe8edd (patch) | |
tree | 5c03f0179a3782fd844291c54f036d2943859249 /recipes-graphics | |
parent | 9e5ec11a1ade654fc2cf35e4c260b298832113ff (diff) | |
download | meta-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-graphics')
-rw-r--r-- | recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 2 | ||||
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | 2 | ||||
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index 55758682..dcdb1209 100644 --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | |||
@@ -13,7 +13,7 @@ CLEANBROKEN = "1" | |||
13 | 13 | ||
14 | BRANCH = "ti-${PV}" | 14 | BRANCH = "ti-${PV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}" | 16 | SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}" |
17 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" | 17 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" |
18 | 18 | ||
19 | RRECOMMENDS_${PN} = "ti-gc320-driver" | 19 | RRECOMMENDS_${PN} = "ti-gc320-driver" |
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb index 7921d17b..323978bf 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | |||
@@ -14,7 +14,7 @@ PR = "r2" | |||
14 | 14 | ||
15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | 15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
18 | SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" | 18 | SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" |
19 | 19 | ||
20 | TARGET_PRODUCT_j7-evm = "j721e_linux" | 20 | TARGET_PRODUCT_j7-evm = "j721e_linux" |
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 319f226f..59bac2f4 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -14,7 +14,7 @@ PR = "r37" | |||
14 | 14 | ||
15 | BRANCH = "ti-img-sgx/dunfell/${PV}" | 15 | BRANCH = "ti-img-sgx/dunfell/${PV}" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git;protocol=https;branch=${BRANCH}" |
18 | SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6" | 18 | SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6" |
19 | 19 | ||
20 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | 20 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" |