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-ti/multiprocmgr | |
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-ti/multiprocmgr')
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc index 64fb6f6f..a019496a 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr.inc +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4" | |||
4 | SECTION = "console" | 4 | SECTION = "console" |
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone" |
6 | 6 | ||
7 | MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git" | 7 | MULTIPROCMGR_GIT_URI = "git://git.ti.com/git/keystone-linux/multi-proc-manager.git" |
8 | MULTIPROCMGR_GIT_PROTOCOL = "git" | 8 | MULTIPROCMGR_GIT_PROTOCOL = "https" |
9 | MULTIPROCMGR_GIT_BRANCH = "master" | 9 | MULTIPROCMGR_GIT_BRANCH = "master" |
10 | 10 | ||
11 | # The following commits correspond to DEV.MPM-3.00.05.00 | 11 | # The following commits correspond to DEV.MPM-3.00.05.00 |