diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-11-04 22:46:20 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-10 08:21:37 -0600 |
commit | 737f3583ad150aa678017aa23dd3d462caacb6b4 (patch) | |
tree | ec17e0ad4a6dd1c3fc91b15b1e305d1d7bafa260 /meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x.inc | |
parent | c60b432df6b5284db83c498f9b856458c271db4d (diff) | |
download | meta-ti-737f3583ad150aa678017aa23dd3d462caacb6b4.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-extras/recipes-devtools/gdbc6x/gdbc6x.inc')
-rw-r--r-- | meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x.inc b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x.inc index eeb18fb1..54115f4e 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x.inc +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x.inc | |||
@@ -4,6 +4,6 @@ SRCREV = "dd0c82fb5763a6b32dc6d68e561efb66ab8283d7" | |||
4 | PV = "1.1.0" | 4 | PV = "1.1.0" |
5 | INC_PR = "r7" | 5 | INC_PR = "r7" |
6 | 6 | ||
7 | SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" | 7 | SRC_URI = "git://git.ti.com/git/sdo-emu/gdbc6x.git;protocol=https;branch=${BRANCH}" |
8 | 8 | ||
9 | BRANCH = "master" | 9 | BRANCH = "master" |