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/ti-rtos-bin | |
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/ti-rtos-bin')
-rw-r--r-- | recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb index e435676f..2f84e60e 100644 --- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb +++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | |||
@@ -16,8 +16,8 @@ PLAT_SFX_am65xx = "/am65xx" | |||
16 | PLAT_SFX_am64xx = "/am64x" | 16 | PLAT_SFX_am64xx = "/am64x" |
17 | 17 | ||
18 | # Use weak assignment to set defaults to TI_RTOS_METADATA_* variables | 18 | # Use weak assignment to set defaults to TI_RTOS_METADATA_* variables |
19 | TI_RTOS_METADATA_URI ?= "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git" | 19 | TI_RTOS_METADATA_URI ?= "git://git.ti.com/git/processor-sdk/coresdk_rtos_releases.git" |
20 | TI_RTOS_METADATA_PROTOCOL ?= "git" | 20 | TI_RTOS_METADATA_PROTOCOL ?= "https" |
21 | TI_RTOS_METADATA_SRCREV ?= "2ecbf45af64bc47806623cc5bf7ab493489acaf9" | 21 | TI_RTOS_METADATA_SRCREV ?= "2ecbf45af64bc47806623cc5bf7ab493489acaf9" |
22 | TI_RTOS_METADATA_BRANCH ?= "master" | 22 | TI_RTOS_METADATA_BRANCH ?= "master" |
23 | TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}" | 23 | TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}" |