summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vpe-tests/vpe-tests_git.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-08-22 12:20:13 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-26 14:33:15 -0500
commitdaccda80cd637e7afc61481e5d601dc66dbe8edd (patch)
tree5c03f0179a3782fd844291c54f036d2943859249 /recipes-bsp/vpe-tests/vpe-tests_git.bb
parent9e5ec11a1ade654fc2cf35e4c260b298832113ff (diff)
downloadmeta-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-bsp/vpe-tests/vpe-tests_git.bb')
-rw-r--r--recipes-bsp/vpe-tests/vpe-tests_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb
index 92c425b1..1e646688 100644
--- a/recipes-bsp/vpe-tests/vpe-tests_git.bb
+++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb
@@ -14,7 +14,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
14SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" 14SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
15BRANCH ?= "master" 15BRANCH ?= "master"
16 16
17SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}" 17SRC_URI = "git://git.ti.com/git/vpe_tests/vpe_tests.git;protocol=https;branch=${BRANCH}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20