summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-08-22 12:20:13 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-26 14:33:15 -0500
commitdaccda80cd637e7afc61481e5d601dc66dbe8edd (patch)
tree5c03f0179a3782fd844291c54f036d2943859249 /recipes-ti
parent9e5ec11a1ade654fc2cf35e4c260b298832113ff (diff)
downloadmeta-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')
-rw-r--r--recipes-ti/ctoolslib/libaet_git.bb2
-rw-r--r--recipes-ti/dsplib/dsplib.inc4
-rw-r--r--recipes-ti/ipc/ipc-transport.inc4
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc8
-rw-r--r--recipes-ti/ipc/ti-ipc.inc4
-rw-r--r--recipes-ti/ipc/ti-rpmsg-char.inc4
-rw-r--r--recipes-ti/mathlib/mathlib.inc4
-rw-r--r--recipes-ti/mpm-transport/mpm-transport_git.bb2
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr.inc4
-rw-r--r--recipes-ti/openmp-rtos/openmp-rtos_git.bb6
-rw-r--r--recipes-ti/secdev/ti-k3-secdev_git.bb2
-rw-r--r--recipes-ti/swtools/swtools_git.bb4
-rw-r--r--recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb4
-rw-r--r--recipes-ti/udma/udma_git.bb2
-rw-r--r--recipes-ti/uio-test-pruss/uio-test-pruss_git.bb4
15 files changed, 29 insertions, 29 deletions
diff --git a/recipes-ti/ctoolslib/libaet_git.bb b/recipes-ti/ctoolslib/libaet_git.bb
index 626ba926..27ea8ac9 100644
--- a/recipes-ti/ctoolslib/libaet_git.bb
+++ b/recipes-ti/ctoolslib/libaet_git.bb
@@ -7,7 +7,7 @@ PV = "4.19.0.0"
7 7
8LIC_FILES_CHKSUM = "file://../ctoolslib_manifest.html;md5=b7dd369a2e07ef9a71795ee5a9bd01bd" 8LIC_FILES_CHKSUM = "file://../ctoolslib_manifest.html;md5=b7dd369a2e07ef9a71795ee5a9bd01bd"
9 9
10SRC_URI = "git://git.ti.com/sdo-emu/ctoolslib.git;protocol=git;branch=opencl_aetlib_build" 10SRC_URI = "git://git.ti.com/git/sdo-emu/ctoolslib.git;protocol=https;branch=opencl_aetlib_build"
11SRCREV = "de7954abab0f0caa8a2c7b53095c30226d901a31" 11SRCREV = "de7954abab0f0caa8a2c7b53095c30226d901a31"
12 12
13DEPENDS = "ti-cgt6x-native" 13DEPENDS = "ti-cgt6x-native"
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
index 111d83cb..81534c59 100644
--- a/recipes-ti/dsplib/dsplib.inc
+++ b/recipes-ti/dsplib/dsplib.inc
@@ -17,8 +17,8 @@ DEPENDS = "ti-cgt6x-native \
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19DSPLIB_GIT_BRANCH = "master" 19DSPLIB_GIT_BRANCH = "master"
20DSPLIB_GIT_PROTOCOL = "git" 20DSPLIB_GIT_PROTOCOL = "https"
21DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" 21DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git"
22DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161" 22DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161"
23 23
24SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" 24SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}"
diff --git a/recipes-ti/ipc/ipc-transport.inc b/recipes-ti/ipc/ipc-transport.inc
index 0c1edef1..ec093560 100644
--- a/recipes-ti/ipc/ipc-transport.inc
+++ b/recipes-ti/ipc/ipc-transport.inc
@@ -1,7 +1,7 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2 2
3IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git" 3IPC_TRANSPORT_GIT_URI = "git://git.ti.com/git/keystone-linux/ipc-transport.git"
4IPC_TRANSPORT_GIT_PROTOCOL = "git" 4IPC_TRANSPORT_GIT_PROTOCOL = "https"
5IPC_TRANSPORT_GIT_BRANCH = "master" 5IPC_TRANSPORT_GIT_BRANCH = "master"
6 6
7# Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.02A" 7# Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.02A"
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index b6b7892f..6f0f4146 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -1,8 +1,8 @@
1require recipes-ti/includes/ti-paths.inc 1require recipes-ti/includes/ti-paths.inc
2 2
3TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/ipc/ipc-examples.git" 3TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/git/ipc/ipc-examples.git"
4TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples" 4TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples"
5TI_IPC_EXAMPLES_GIT_PROTOCOL = "git" 5TI_IPC_EXAMPLES_GIT_PROTOCOL = "https"
6TI_IPC_EXAMPLES_GIT_BRANCH = "master" 6TI_IPC_EXAMPLES_GIT_BRANCH = "master"
7TI_IPC_EXAMPLES_NAME = "ipc-examples" 7TI_IPC_EXAMPLES_NAME = "ipc-examples"
8 8
@@ -12,9 +12,9 @@ protocol=${TI_IPC_EXAMPLES_GIT_PROTOCOL};\
12branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\ 12branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\
13name=${TI_IPC_EXAMPLES_NAME}" 13name=${TI_IPC_EXAMPLES_NAME}"
14 14
15TI_IPC_METADATA_GIT_URI = "git://git.ti.com/ipc/ipc-metadata.git" 15TI_IPC_METADATA_GIT_URI = "git://git.ti.com/git/ipc/ipc-metadata.git"
16TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata" 16TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata"
17TI_IPC_METADATA_GIT_PROTOCOL = "git" 17TI_IPC_METADATA_GIT_PROTOCOL = "https"
18TI_IPC_METADATA_GIT_BRANCH = "master" 18TI_IPC_METADATA_GIT_BRANCH = "master"
19TI_IPC_METADATA_NAME = "ipc-metadata" 19TI_IPC_METADATA_NAME = "ipc-metadata"
20 20
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 3b0115eb..d8ae6f84 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -4,8 +4,8 @@ HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" 5LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
6 6
7TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" 7TI_IPC_GIT_URI = "git://git.ti.com/git/ipc/ipcdev.git"
8TI_IPC_GIT_PROTOCOL = "git" 8TI_IPC_GIT_PROTOCOL = "https"
9TI_IPC_GIT_BRANCH = "master" 9TI_IPC_GIT_BRANCH = "master"
10 10
11#Corresponds to 3.51.00.00A 11#Corresponds to 3.51.00.00A
diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc b/recipes-ti/ipc/ti-rpmsg-char.inc
index b499647a..a0e03851 100644
--- a/recipes-ti/ipc/ti-rpmsg-char.inc
+++ b/recipes-ti/ipc/ti-rpmsg-char.inc
@@ -3,9 +3,9 @@ SUMMARY = "TI RPMsg Char Utility Library"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://${S}/src/rpmsg_char.c;beginline=1;endline=31;md5=71987db43a2159cff5ea00505c6fce58" 4LIC_FILES_CHKSUM = "file://${S}/src/rpmsg_char.c;beginline=1;endline=31;md5=71987db43a2159cff5ea00505c6fce58"
5 5
6PROTOCOL = "git" 6PROTOCOL = "https"
7BRANCH = "master" 7BRANCH = "master"
8SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" 8SRC_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
11SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" 11SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd"
diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
index cfc5409f..5d96e8aa 100644
--- a/recipes-ti/mathlib/mathlib.inc
+++ b/recipes-ti/mathlib/mathlib.inc
@@ -17,8 +17,8 @@ DEPENDS = "ti-cgt6x-native \
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19MATHLIB_GIT_BRANCH = "master" 19MATHLIB_GIT_BRANCH = "master"
20MATHLIB_GIT_PROTOCOL = "git" 20MATHLIB_GIT_PROTOCOL = "https"
21MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git" 21MATHLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/mathlib.git"
22MATHLIB_SRCREV = "eadcc9547faf69789661b004bb0b5ef53bb69951" 22MATHLIB_SRCREV = "eadcc9547faf69789661b004bb0b5ef53bb69951"
23 23
24SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}" 24SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}"
diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index 3c28f28c..bdbd4b04 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -10,7 +10,7 @@ DEPENDS_append_k2e = " hyplnk-lld"
10 10
11PACKAGE_ARCH = "${MACHINE_ARCH}" 11PACKAGE_ARCH = "${MACHINE_ARCH}"
12 12
13SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/git/keystone-linux/mpm-transport.git;protocol=https;branch=${BRANCH}"
14 14
15BRANCH = "master" 15BRANCH = "master"
16# This commit corresponds to tag DEV.MPM-TRANSPORT-02.00.04.00 16# This commit corresponds to tag DEV.MPM-TRANSPORT-02.00.04.00
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"
4SECTION = "console" 4SECTION = "console"
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6 6
7MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git" 7MULTIPROCMGR_GIT_URI = "git://git.ti.com/git/keystone-linux/multi-proc-manager.git"
8MULTIPROCMGR_GIT_PROTOCOL = "git" 8MULTIPROCMGR_GIT_PROTOCOL = "https"
9MULTIPROCMGR_GIT_BRANCH = "master" 9MULTIPROCMGR_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
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
index 0c93f354..a578b0b7 100644
--- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
+++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "TI OpenMP RTOS" 1DESCRIPTION = "TI OpenMP RTOS"
2HOMEPAGE = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" 2HOMEPAGE = "git://git.ti.com/git/openmp/ti-openmp-dsp-runtime.git"
3LICENSE = "BSD" 3LICENSE = "BSD"
4 4
5require recipes-ti/includes/ti-paths.inc 5require recipes-ti/includes/ti-paths.inc
@@ -12,8 +12,8 @@ REQUIRED_DISTRO_FEATURES = "openmp"
12PV = "2_06_03_00" 12PV = "2_06_03_00"
13PR = "r0" 13PR = "r0"
14 14
15OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" 15OPENMP_RTOS_GIT_URI = "git://git.ti.com/git/openmp/ti-openmp-dsp-runtime.git"
16OPENMP_RTOS_GIT_PROTOCOL = "git" 16OPENMP_RTOS_GIT_PROTOCOL = "https"
17OPENMP_RTOS_GIT_BRANCH = "master" 17OPENMP_RTOS_GIT_BRANCH = "master"
18 18
19BRANCH = "${OPENMP_RTOS_GIT_BRANCH}" 19BRANCH = "${OPENMP_RTOS_GIT_BRANCH}"
diff --git a/recipes-ti/secdev/ti-k3-secdev_git.bb b/recipes-ti/secdev/ti-k3-secdev_git.bb
index 28dbe9ee..3851d35a 100644
--- a/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/recipes-ti/secdev/ti-k3-secdev_git.bb
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "null"
9COMPATIBLE_MACHINE_class-native = "(.*)" 9COMPATIBLE_MACHINE_class-native = "(.*)"
10COMPATIBLE_MACHINE_class-nativesdk = "(.*)" 10COMPATIBLE_MACHINE_class-nativesdk = "(.*)"
11 11
12GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git" 12GIT_URI = "git://git.ti.com/git/git/security-development-tools/core-secdev-k3.git"
13GIT_PROTOCOL = "https" 13GIT_PROTOCOL = "https"
14GIT_BRANCH = "master" 14GIT_BRANCH = "master"
15GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016" 15GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016"
diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
index 497c0e0d..6a3b0344 100644
--- a/recipes-ti/swtools/swtools_git.bb
+++ b/recipes-ti/swtools/swtools_git.bb
@@ -15,8 +15,8 @@ PR = "r3"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17SWTOOLS_GIT_BRANCH = "master" 17SWTOOLS_GIT_BRANCH = "master"
18SWTOOLS_GIT_PROTOCOL = "git" 18SWTOOLS_GIT_PROTOCOL = "https"
19SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" 19SWTOOLS_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/swtools.git"
20SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4" 20SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4"
21 21
22SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" 22SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
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"
16PLAT_SFX_am64xx = "/am64x" 16PLAT_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
19TI_RTOS_METADATA_URI ?= "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git" 19TI_RTOS_METADATA_URI ?= "git://git.ti.com/git/processor-sdk/coresdk_rtos_releases.git"
20TI_RTOS_METADATA_PROTOCOL ?= "git" 20TI_RTOS_METADATA_PROTOCOL ?= "https"
21TI_RTOS_METADATA_SRCREV ?= "2ecbf45af64bc47806623cc5bf7ab493489acaf9" 21TI_RTOS_METADATA_SRCREV ?= "2ecbf45af64bc47806623cc5bf7ab493489acaf9"
22TI_RTOS_METADATA_BRANCH ?= "master" 22TI_RTOS_METADATA_BRANCH ?= "master"
23TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}" 23TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
diff --git a/recipes-ti/udma/udma_git.bb b/recipes-ti/udma/udma_git.bb
index c905fa58..caea6e8f 100644
--- a/recipes-ti/udma/udma_git.bb
+++ b/recipes-ti/udma/udma_git.bb
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "keystone"
5LIC_FILES_CHKSUM = "file://include/udma.h;startline=1;endline=39;md5=ba3c7f91f970afe073b759ced61d0f27" 5LIC_FILES_CHKSUM = "file://include/udma.h;startline=1;endline=39;md5=ba3c7f91f970afe073b759ced61d0f27"
6 6
7BRANCH = "master" 7BRANCH = "master"
8SRC_URI = "git://git.ti.com/keystone-linux/udma.git;protocol=git;branch=${BRANCH}" 8SRC_URI = "git://git.ti.com/git/keystone-linux/udma.git;protocol=https;branch=${BRANCH}"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10# Commit corresponds to UDMA.01.00.00.00 10# Commit corresponds to UDMA.01.00.00.00
11SRCREV = "53d09fb0bc98c41c5eb43623097e363c497d6fd8" 11SRCREV = "53d09fb0bc98c41c5eb43623097e363c497d6fd8"
diff --git a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
index cbae1b11..2d7a0831 100644
--- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
+++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
@@ -10,8 +10,8 @@ DEPENDS = "ti-cgt-pru-native"
10BRANCH = "master" 10BRANCH = "master"
11LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144" 11LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144"
12 12
13UIO_TEST_PRUSS_GIT_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git" 13UIO_TEST_PRUSS_GIT_URI = "git://git.ti.com/git/processor-sdk/uio-test-pruss.git"
14UIO_TEST_PRUSS_GIT_PROTOCOL = "git" 14UIO_TEST_PRUSS_GIT_PROTOCOL = "https"
15SRC_URI = "${UIO_TEST_PRUSS_GIT_URI};protocol=${UIO_TEST_PRUSS_GIT_PROTOCOL};branch=${BRANCH}" 15SRC_URI = "${UIO_TEST_PRUSS_GIT_URI};protocol=${UIO_TEST_PRUSS_GIT_PROTOCOL};branch=${BRANCH}"
16 16
17# Corresponds to version 01.00.02.00 17# Corresponds to version 01.00.02.00