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-ti/dsplib | |
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-ti/dsplib')
-rw-r--r-- | meta-ti-extras/recipes-ti/dsplib/dsplib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc index 85d79ae3..6ebc3b34 100644 --- a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc +++ b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc | |||
@@ -17,8 +17,8 @@ DEPENDS = "ti-cgt6x-native \ | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | DSPLIB_GIT_BRANCH = "master" | 19 | DSPLIB_GIT_BRANCH = "master" |
20 | DSPLIB_GIT_PROTOCOL = "git" | 20 | DSPLIB_GIT_PROTOCOL = "https" |
21 | DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" | 21 | DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git" |
22 | DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161" | 22 | DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161" |
23 | 23 | ||
24 | SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" | 24 | SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" |