diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2022-11-04 22:46:20 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
| commit | 8adeecdc49d6c2c46dbb1970f48be464bb89d10c (patch) | |
| tree | f23d277d425bc8f883c4b0b6705266f15f42502e /meta-ti-bsp/recipes-ti | |
| parent | 44573918973a160e95298c76628c54de6944dbef (diff) | |
| download | meta-ti-8adeecdc49d6c2c46dbb1970f48be464bb89d10c.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-ti')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | 4 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 4 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc index 3f6b7bce..44be2466 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | |||
| @@ -4,8 +4,8 @@ HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" |
| 6 | 6 | ||
| 7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | 7 | TI_IPC_GIT_URI = "git://git.ti.com/git/ipc/ipcdev.git" |
| 8 | TI_IPC_GIT_PROTOCOL = "git" | 8 | TI_IPC_GIT_PROTOCOL = "https" |
| 9 | TI_IPC_GIT_BRANCH = "master" | 9 | TI_IPC_GIT_BRANCH = "master" |
| 10 | 10 | ||
| 11 | #Corresponds to 3.51.00.00A | 11 | #Corresponds to 3.51.00.00A |
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index 10349b58..c6645f3f 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | |||
| @@ -3,9 +3,9 @@ SUMMARY = "TI RPMsg Char Utility Library" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://${S}/src/rpmsg_char.c;beginline=1;endline=31;md5=71987db43a2159cff5ea00505c6fce58" | 4 | LIC_FILES_CHKSUM = "file://${S}/src/rpmsg_char.c;beginline=1;endline=31;md5=71987db43a2159cff5ea00505c6fce58" |
| 5 | 5 | ||
| 6 | PROTOCOL = "git" | 6 | PROTOCOL = "https" |
| 7 | BRANCH = "master" | 7 | BRANCH = "master" |
| 8 | SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" | 8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" |
| 9 | 9 | ||
| 10 | # Initial 0.4.1 release | 10 | # Initial 0.4.1 release |
| 11 | SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" | 11 | SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" |
diff --git a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb index 67b1d2a9..be1ff013 100644 --- a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb +++ b/meta-ti-bsp/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}" |
