diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-11-04 22:46:20 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
commit | 8adeecdc49d6c2c46dbb1970f48be464bb89d10c (patch) | |
tree | f23d277d425bc8f883c4b0b6705266f15f42502e /meta-ti-bsp/recipes-bsp/powervr-drivers | |
parent | 44573918973a160e95298c76628c54de6944dbef (diff) | |
download | meta-ti-8adeecdc49d6c2c46dbb1970f48be464bb89d10c.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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/powervr-drivers')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 2 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb index 109a13d0..95aa3299 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | |||
@@ -20,7 +20,7 @@ PROVIDES = "virtual/gpudriver" | |||
20 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | 20 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
21 | 21 | ||
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH} \ | 23 | git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH} \ |
24 | file://0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch \ | 24 | file://0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch \ |
25 | file://0001-rgxinit.c-cast-boolean-value-to-IMG_BOOL.patch \ | 25 | file://0001-rgxinit.c-cast-boolean-value-to-IMG_BOOL.patch \ |
26 | " | 26 | " |
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index 2ec2ffef..c22e3096 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |||
@@ -20,7 +20,7 @@ PROVIDES = "virtual/gpudriver" | |||
20 | 20 | ||
21 | BRANCH = "ti-img-sgx/${PV}/k5.10" | 21 | BRANCH = "ti-img-sgx/${PV}/k5.10" |
22 | 22 | ||
23 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | 23 | SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https;branch=${BRANCH}" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||