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/cmb-addon/cmb-addon-rtos_git.bb | |
| 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/cmb-addon/cmb-addon-rtos_git.bb')
| -rw-r--r-- | recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb index 38f9a43e..dc323985 100644 --- a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb +++ b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb | |||
| @@ -9,8 +9,8 @@ COMPATIBLE_MACHINE = "k2g|omapl137-evm" | |||
| 9 | 9 | ||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | 11 | ||
| 12 | CMB_ADDON_GIT_URI = "git://git.ti.com/processor-sdk/circmicarray-addon.git" | 12 | CMB_ADDON_GIT_URI = "git://git.ti.com/git/processor-sdk/circmicarray-addon.git" |
| 13 | CMB_ADDON_GIT_PROTOCOL = "git" | 13 | CMB_ADDON_GIT_PROTOCOL = "https" |
| 14 | CMB_ADDON_GIT_BRANCH = "master" | 14 | CMB_ADDON_GIT_BRANCH = "master" |
| 15 | CMB_ADDON_GIT_DESTSUFFIX = "git/ti/addon" | 15 | CMB_ADDON_GIT_DESTSUFFIX = "git/ti/addon" |
| 16 | 16 | ||
