diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-08-22 12:20:13 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-26 14:33:15 -0500 |
commit | daccda80cd637e7afc61481e5d601dc66dbe8edd (patch) | |
tree | 5c03f0179a3782fd844291c54f036d2943859249 /recipes-bsp/edma3-lld | |
parent | 9e5ec11a1ade654fc2cf35e4c260b298832113ff (diff) | |
download | meta-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/edma3-lld')
-rw-r--r-- | recipes-bsp/edma3-lld/edma3-lld.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc index 34d3170f..b076ab30 100644 --- a/recipes-bsp/edma3-lld/edma3-lld.inc +++ b/recipes-bsp/edma3-lld/edma3-lld.inc | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "TI EDMA3 low level driver and test code" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" |
4 | 4 | ||
5 | EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git" | 5 | EDMA3_LLD_GIT_URI = "git://git.ti.com/git/keystone-rtos/edma3_lld.git" |
6 | EDMA3_LLD_GIT_PROTOCOL = "git" | 6 | EDMA3_LLD_GIT_PROTOCOL = "https" |
7 | EDMA3_LLD_GIT_BRANCH = "master" | 7 | EDMA3_LLD_GIT_BRANCH = "master" |
8 | 8 | ||
9 | # Below commit ID corresponds to version 2.12.05.30E | 9 | # Below commit ID corresponds to version 2.12.05.30E |