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-bsp/recipes-bsp/uio-module-drv/uio-module-drv.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-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc b/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc index 5b9ac50e..a74b59bb 100644 --- a/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc +++ b/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc | |||
@@ -7,8 +7,8 @@ UIO_MODULE_DRV_SRCREV = "78c535afe8f8cc0b715500a63eab0bc3606c0579" | |||
7 | 7 | ||
8 | PV = "2.3.1.0+git${SRCPV}" | 8 | PV = "2.3.1.0+git${SRCPV}" |
9 | 9 | ||
10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" | 10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/git/keystone-linux/uio-module-drv.git" |
11 | UIO_MODULE_DRV_GIT_PROTOCOL = "git" | 11 | UIO_MODULE_DRV_GIT_PROTOCOL = "https" |
12 | SRC_URI = "${UIO_MODULE_DRV_GIT_URI};protocol=${UIO_MODULE_DRV_GIT_PROTOCOL};branch=${BRANCH}" | 12 | SRC_URI = "${UIO_MODULE_DRV_GIT_URI};protocol=${UIO_MODULE_DRV_GIT_PROTOCOL};branch=${BRANCH}" |
13 | 13 | ||
14 | SRCREV = "${UIO_MODULE_DRV_SRCREV}" | 14 | SRCREV = "${UIO_MODULE_DRV_SRCREV}" |