summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
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-devtools
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-devtools')
-rw-r--r--recipes-devtools/gdbc6x/gdbc6x.inc2
-rw-r--r--recipes-devtools/k3conf/k3conf_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/gdbc6x/gdbc6x.inc b/recipes-devtools/gdbc6x/gdbc6x.inc
index eeb18fb1..54115f4e 100644
--- a/recipes-devtools/gdbc6x/gdbc6x.inc
+++ b/recipes-devtools/gdbc6x/gdbc6x.inc
@@ -4,6 +4,6 @@ SRCREV = "dd0c82fb5763a6b32dc6d68e561efb66ab8283d7"
4PV = "1.1.0" 4PV = "1.1.0"
5INC_PR = "r7" 5INC_PR = "r7"
6 6
7SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" 7SRC_URI = "git://git.ti.com/git/sdo-emu/gdbc6x.git;protocol=https;branch=${BRANCH}"
8 8
9BRANCH = "master" 9BRANCH = "master"
diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb
index 567e8d55..10e2631e 100644
--- a/recipes-devtools/k3conf/k3conf_git.bb
+++ b/recipes-devtools/k3conf/k3conf_git.bb
@@ -10,7 +10,7 @@ COMPATIBLE_MACHINE = "k3"
10BRANCH ?= "master" 10BRANCH ?= "master"
11SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5" 11SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5"
12 12
13SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16