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 | |
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>
69 files changed, 108 insertions, 108 deletions
diff --git a/classes/ti-pdk-fetch.bbclass b/classes/ti-pdk-fetch.bbclass index cacd71a4..0efc4dd0 100644 --- a/classes/ti-pdk-fetch.bbclass +++ b/classes/ti-pdk-fetch.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | TI_PDK_GIT_URI ?= "git://git.ti.com/processor-sdk/pdk.git" | 1 | TI_PDK_GIT_URI ?= "git://git.ti.com/git/processor-sdk/pdk.git" |
2 | TI_PDK_GIT_BRANCH ?= "master" | 2 | TI_PDK_GIT_BRANCH ?= "master" |
3 | TI_PDK_GIT_PROTOCOL ?= "git" | 3 | TI_PDK_GIT_PROTOCOL ?= "https" |
4 | TI_PDK_SRCREV ?= "a1ace885998e9adbcbbd0abf8b9ded6ba9ec54ff" | 4 | TI_PDK_SRCREV ?= "a1ace885998e9adbcbbd0abf8b9ded6ba9ec54ff" |
5 | 5 | ||
6 | TI_PDK_VERSION ?= "2020.5.6" | 6 | TI_PDK_VERSION ?= "2020.5.6" |
diff --git a/recipes-bsp/abefw/abefw_1.0.14.bb b/recipes-bsp/abefw/abefw_1.0.14.bb index 302bdcde..03580e80 100644 --- a/recipes-bsp/abefw/abefw_1.0.14.bb +++ b/recipes-bsp/abefw/abefw_1.0.14.bb | |||
@@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "pandaboard|omap5-evm" | 8 | COMPATIBLE_MACHINE = "pandaboard|omap5-evm" |
9 | 9 | ||
10 | SRC_URI = "git://git.ti.com/glsdk/abefw-omap4plus.git;protocol=git" | 10 | SRC_URI = "git://git.ti.com/git/glsdk/abefw-omap4plus.git;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb b/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb index 0cb9ff17..f42caa36 100644 --- a/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb +++ b/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://audk2gaddonver.h;beginline=8;endline=47;md5=7a3996aaf | |||
8 | COMPATIBLE_MACHINE = "k2g" | 8 | COMPATIBLE_MACHINE = "k2g" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | AUDK2G_ADDON_GIT_URI = "git://git.ti.com/processor-sdk/audk2g-addon.git" | 11 | AUDK2G_ADDON_GIT_URI = "git://git.ti.com/git/processor-sdk/audk2g-addon.git" |
12 | AUDK2G_ADDON_GIT_PROTOCOL = "git" | 12 | AUDK2G_ADDON_GIT_PROTOCOL = "https" |
13 | AUDK2G_ADDON_GIT_BRANCH = "master" | 13 | AUDK2G_ADDON_GIT_BRANCH = "master" |
14 | AUDK2G_ADDON_GIT_DESTSUFFIX = "git/ti/addon/audk2g" | 14 | AUDK2G_ADDON_GIT_DESTSUFFIX = "git/ti/addon/audk2g" |
15 | 15 | ||
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 9c436d1c..f85c29f6 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb | |||
@@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
7 | 7 | ||
8 | DEPENDS = "u-boot-mkimage-native" | 8 | DEPENDS = "u-boot-mkimage-native" |
9 | 9 | ||
10 | SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/git/processor-firmware/ks2-boot-monitor.git;protocol=https;branch=${BRANCH}" |
11 | 11 | ||
12 | PV = "4.0+git${SRCPV}" | 12 | PV = "4.0+git${SRCPV}" |
13 | 13 | ||
diff --git a/recipes-bsp/bt-fw/bt-fw_git.bb b/recipes-bsp/bt-fw/bt-fw_git.bb index f3d740b1..c3f4415f 100644 --- a/recipes-bsp/bt-fw/bt-fw_git.bb +++ b/recipes-bsp/bt-fw/bt-fw_git.bb | |||
@@ -8,7 +8,7 @@ CLEANBROKEN = "1" | |||
8 | 8 | ||
9 | SRCREV = "0ee619b598d023fffc77679f099bc2a4815510e4" | 9 | SRCREV = "0ee619b598d023fffc77679f099bc2a4815510e4" |
10 | BRANCH = "master" | 10 | BRANCH = "master" |
11 | SRC_URI = "git://git.ti.com/ti-bt/service-packs.git;branch=${BRANCH}" | 11 | SRC_URI = "git://git.ti.com/git/ti-bt/service-packs.git;protocol=https;branch=${BRANCH}" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb index bbbc3ec1..37b2d108 100644 --- a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb +++ b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | |||
@@ -9,7 +9,7 @@ PR = "r0" | |||
9 | SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c" | 9 | SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c" |
10 | BRANCH ?= "ti-v4.1.y" | 10 | BRANCH ?= "ti-v4.1.y" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=https;branch=${BRANCH}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
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 | ||
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc index f568fa81..b8171bb3 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc | |||
@@ -9,7 +9,7 @@ SRCREV = "86269258a48e0a9008dd9d5ebfae9da7ce843393" | |||
9 | 9 | ||
10 | PV = "4.20.00.01+git${SRCPV}" | 10 | PV = "4.20.00.01+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/git/ipc/ludev.git;protocol=https;branch=${BRANCH}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | COMPATIBLE_HOST ?= "null" | 15 | COMPATIBLE_HOST ?= "null" |
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index 23586fd7..a85d2059 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc | |||
@@ -8,8 +8,8 @@ PV = "03.03.00.17B" | |||
8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
9 | PE = "2" | 9 | PE = "2" |
10 | 10 | ||
11 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" | 11 | CSL_GIT_URI = "git://git.ti.com/git/keystone-rtos/common-csl-ip.git" |
12 | CSL_GIT_PROTOCOL ="git" | 12 | CSL_GIT_PROTOCOL ="https" |
13 | CSL_GIT_BRANCH = "release" | 13 | CSL_GIT_BRANCH = "release" |
14 | CSL_GIT_DESTSUFFIX = "git" | 14 | CSL_GIT_DESTSUFFIX = "git" |
15 | 15 | ||
diff --git a/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb b/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb index 8cb62b2a..ea16d11f 100755 --- a/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb +++ b/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb | |||
@@ -9,11 +9,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
9 | inherit deploy | 9 | inherit deploy |
10 | inherit update-alternatives | 10 | inherit update-alternatives |
11 | 11 | ||
12 | PROTOCOL = "git" | 12 | PROTOCOL = "https" |
13 | BRANCH = "master" | 13 | BRANCH = "master" |
14 | SRCREV = "91f1628507bf7f8716f0bc7cafe88ad7f14c94f5" | 14 | SRCREV = "91f1628507bf7f8716f0bc7cafe88ad7f14c94f5" |
15 | 15 | ||
16 | SRC_URI = "git://git.ti.com/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "git://git.ti.com/git/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb index 6ddbe683..4f114412 100644 --- a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb +++ b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb | |||
@@ -8,7 +8,7 @@ inherit features_check | |||
8 | 8 | ||
9 | REQUIRED_MACHINE_FEATURES = "dsp" | 9 | REQUIRED_MACHINE_FEATURES = "dsp" |
10 | 10 | ||
11 | SRC_URI = "git://git.ti.com/glsdk/dspdce.git;protocol=git" | 11 | SRC_URI = "git://git.ti.com/git/glsdk/dspdce.git;protocol=https" |
12 | 12 | ||
13 | SRCREV = "de6e599f067b25c46cc0c8f74a22cc3b8aafbae8" | 13 | SRCREV = "de6e599f067b25c46cc0c8f74a22cc3b8aafbae8" |
14 | 14 | ||
diff --git a/recipes-bsp/dsptop/dsptop.inc b/recipes-bsp/dsptop/dsptop.inc index 31f775e2..ec159c75 100644 --- a/recipes-bsp/dsptop/dsptop.inc +++ b/recipes-bsp/dsptop/dsptop.inc | |||
@@ -3,6 +3,6 @@ SRCREV = "816485e68430bbec643eac9498bfa5303eb2c2e1" | |||
3 | PV = "1.4.0" | 3 | PV = "1.4.0" |
4 | INC_PR = "r2" | 4 | INC_PR = "r2" |
5 | 5 | ||
6 | SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}" | 6 | SRC_URI = "git://git.ti.com/git/sdo-emu/dsptop.git;protocol=https;branch=${BRANCH}" |
7 | 7 | ||
8 | BRANCH = "master" | 8 | BRANCH = "master" |
diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc index 34d3170f..b076ab30 100644 --- a/recipes-bsp/edma3-lld/edma3-lld.inc +++ b/recipes-bsp/edma3-lld/edma3-lld.inc | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "TI EDMA3 low level driver and test code" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" |
4 | 4 | ||
5 | EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git" | 5 | EDMA3_LLD_GIT_URI = "git://git.ti.com/git/keystone-rtos/edma3_lld.git" |
6 | EDMA3_LLD_GIT_PROTOCOL = "git" | 6 | EDMA3_LLD_GIT_PROTOCOL = "https" |
7 | EDMA3_LLD_GIT_BRANCH = "master" | 7 | EDMA3_LLD_GIT_BRANCH = "master" |
8 | 8 | ||
9 | # Below commit ID corresponds to version 2.12.05.30E | 9 | # Below commit ID corresponds to version 2.12.05.30E |
diff --git a/recipes-bsp/faultmanagement/faultmanagement-rtos_git.bb b/recipes-bsp/faultmanagement/faultmanagement-rtos_git.bb index bf8aba6a..f759e21e 100644 --- a/recipes-bsp/faultmanagement/faultmanagement-rtos_git.bb +++ b/recipes-bsp/faultmanagement/faultmanagement-rtos_git.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://fault_mgmt.h;beginline=1;endline=41;md5=4be5df2b9c314 | |||
8 | COMPATIBLE_MACHINE = "k2hk|k2e|k2l" | 8 | COMPATIBLE_MACHINE = "k2hk|k2e|k2l" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | FAULT_MANAGEMENT_GIT_URI = "git://git.ti.com/keystone-rtos/fault_mgmt.git" | 11 | FAULT_MANAGEMENT_GIT_URI = "git://git.ti.com/git/keystone-rtos/fault_mgmt.git" |
12 | FAULT_MANAGEMENT_GIT_PROTOCOL = "git" | 12 | FAULT_MANAGEMENT_GIT_PROTOCOL = "https" |
13 | FAULT_MANAGEMENT_GIT_BRANCH = "master" | 13 | FAULT_MANAGEMENT_GIT_BRANCH = "master" |
14 | FAULT_MANAGEMENT_GIT_DESTSUFFIX = "git/ti/instrumentation/fault_mgmt" | 14 | FAULT_MANAGEMENT_GIT_DESTSUFFIX = "git/ti/instrumentation/fault_mgmt" |
15 | 15 | ||
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb index d36bcd56..13060b9d 100644 --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | |||
@@ -15,7 +15,7 @@ BRANCH = "ti-${PV}-k5.10" | |||
15 | 15 | ||
16 | SRCREV = "e2a10f31e255a65ec30a6e10b890e77d7e9cb107" | 16 | SRCREV = "e2a10f31e255a65ec30a6e10b890e77d7e9cb107" |
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git/src" | 20 | S = "${WORKDIR}/git/src" |
21 | 21 | ||
diff --git a/recipes-bsp/hplib/hplib.inc b/recipes-bsp/hplib/hplib.inc index dda47344..f279ba42 100644 --- a/recipes-bsp/hplib/hplib.inc +++ b/recipes-bsp/hplib/hplib.inc | |||
@@ -5,8 +5,8 @@ DEVICELIST_k2hk = "k2h k2k" | |||
5 | DEVICELIST_k2l = "k2l" | 5 | DEVICELIST_k2l = "k2l" |
6 | DEVICELIST_k2e = "k2e" | 6 | DEVICELIST_k2e = "k2e" |
7 | 7 | ||
8 | HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git" | 8 | HPLIB_GIT_URI = "git://git.ti.com/git/keystone-rtos/hplib.git" |
9 | HPLIB_GIT_PROTOCOL = "git" | 9 | HPLIB_GIT_PROTOCOL = "https" |
10 | HPLIB_GIT_BRANCH = "master" | 10 | HPLIB_GIT_BRANCH = "master" |
11 | 11 | ||
12 | # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.08" | 12 | # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.08" |
diff --git a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb index 59b75b3a..cdea82c8 100644 --- a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb +++ b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb | |||
@@ -19,8 +19,8 @@ COMPATIBLE_MACHINE = "c66x" | |||
19 | 19 | ||
20 | CLEANBROKEN = "1" | 20 | CLEANBROKEN = "1" |
21 | 21 | ||
22 | IBL_BOOT_GIT_URI = "git://git.ti.com/keystone-rtos/ibl.git" | 22 | IBL_BOOT_GIT_URI = "git://git.ti.com/git/keystone-rtos/ibl.git" |
23 | IBL_BOOT_GIT_PROTOCOL = "git" | 23 | IBL_BOOT_GIT_PROTOCOL = "https" |
24 | IBL_BOOT_GIT_BRANCH = "master" | 24 | IBL_BOOT_GIT_BRANCH = "master" |
25 | IBL_BOOT_SRCREV = "ed3f0989d8cdc813b7ca1ed899c4d84b63de3a75" | 25 | IBL_BOOT_SRCREV = "ed3f0989d8cdc813b7ca1ed899c4d84b63de3a75" |
26 | 26 | ||
diff --git a/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb b/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb index 93a8a3a1..a1c244fa 100644 --- a/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb +++ b/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb | |||
@@ -11,11 +11,11 @@ COMPATIBLE_MACHINE = "k3" | |||
11 | PV = "1.0-git${SRCPV}" | 11 | PV = "1.0-git${SRCPV}" |
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
13 | 13 | ||
14 | PROTOCOL = "git" | 14 | PROTOCOL = "https" |
15 | BRANCH = "master" | 15 | BRANCH = "master" |
16 | SRCREV = "c9f7cfe61b67998a053fe145344ce0c9b5bb22aa" | 16 | SRCREV = "c9f7cfe61b67998a053fe145344ce0c9b5bb22aa" |
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 380c274a..219f915c 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb | |||
@@ -11,7 +11,7 @@ REQUIRED_MACHINE_FEATURES = "mmip" | |||
11 | 11 | ||
12 | RDEPENDS_${PN} = "libdce" | 12 | RDEPENDS_${PN} = "libdce" |
13 | 13 | ||
14 | SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" | 14 | SRC_URI = "git://git.ti.com/git/ivimm/ipumm.git;protocol=https" |
15 | 15 | ||
16 | SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5" | 16 | SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5" |
17 | 17 | ||
diff --git a/recipes-bsp/mad-utils/mad-utils-rtos_git.bb b/recipes-bsp/mad-utils/mad-utils-rtos_git.bb index 0144aad2..58227f8b 100644 --- a/recipes-bsp/mad-utils/mad-utils-rtos_git.bb +++ b/recipes-bsp/mad-utils/mad-utils-rtos_git.bb | |||
@@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
16 | COMPATIBLE_MACHINE = "c66x" | 16 | COMPATIBLE_MACHINE = "c66x" |
17 | 17 | ||
18 | BRANCH = "master" | 18 | BRANCH = "master" |
19 | SRC_URI = "git://git.ti.com/keystone-rtos/mad-utils.git;protocol=git;branch=${BRANCH}" | 19 | SRC_URI = "git://git.ti.com/git/keystone-rtos/mad-utils.git;protocol=https;branch=${BRANCH}" |
20 | SRCREV = "2458510f76eddfa837c2b83448965e233156944b" | 20 | SRCREV = "2458510f76eddfa837c2b83448965e233156944b" |
21 | PR = "r0" | 21 | PR = "r0" |
22 | 22 | ||
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc index 7e11a4c5..79105da1 100644 --- a/recipes-bsp/mmap-lld/mmap-lld.inc +++ b/recipes-bsp/mmap-lld/mmap-lld.inc | |||
@@ -4,8 +4,8 @@ COMPATIBLE_MACHINE = "keystone" | |||
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606" |
6 | 6 | ||
7 | MMAP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/mmap-lld.git" | 7 | MMAP_LLD_GIT_URI = "git://git.ti.com/git/keystone-rtos/mmap-lld.git" |
8 | MMAP_LLD_GIT_PROTOCOL = "git" | 8 | MMAP_LLD_GIT_PROTOCOL = "https" |
9 | MMAP_LLD_GIT_BRANCH = "master" | 9 | MMAP_LLD_GIT_BRANCH = "master" |
10 | MMAP_LLD_GIT_DESTSUFFIX = "git/ti/runtime/mmap" | 10 | MMAP_LLD_GIT_DESTSUFFIX = "git/ti/runtime/mmap" |
11 | 11 | ||
diff --git a/recipes-bsp/pktlib/pktlib.inc b/recipes-bsp/pktlib/pktlib.inc index af3f8bb1..8e4ac7c9 100644 --- a/recipes-bsp/pktlib/pktlib.inc +++ b/recipes-bsp/pktlib/pktlib.inc | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://docs/Doxyfile;md5=91d01dc3788e1f405f000b2089191a0a" | |||
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone" |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 7 | ||
8 | PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git" | 8 | PKTLIB_GIT_URI = "git://git.ti.com/git/keystone-rtos/pktlib.git" |
9 | PKTLIB_GIT_PROTOCOL = "git" | 9 | PKTLIB_GIT_PROTOCOL = "https" |
10 | PKTLIB_GIT_BRANCH = "master" | 10 | PKTLIB_GIT_BRANCH = "master" |
11 | PKTLIB_GIT_DESTSUFFIX = "git/ti/runtime/pktlib" | 11 | PKTLIB_GIT_DESTSUFFIX = "git/ti/runtime/pktlib" |
12 | 12 | ||
diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb index 25fcb65e..f765e910 100644 --- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb +++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb | |||
@@ -9,8 +9,8 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|k3" | |||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | 11 | ||
12 | PM_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pm-lld.git" | 12 | PM_LLD_GIT_URI = "git://git.ti.com/git/keystone-rtos/pm-lld.git" |
13 | PM_LLD_GIT_PROTOCOL = "git" | 13 | PM_LLD_GIT_PROTOCOL = "https" |
14 | 14 | ||
15 | PM_LLD_GIT_BRANCH = "master" | 15 | PM_LLD_GIT_BRANCH = "master" |
16 | 16 | ||
diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb index 3a20d809..7fcbd96a 100644 --- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb +++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | |||
@@ -20,7 +20,7 @@ PROVIDES = "virtual/gpudriver" | |||
20 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | 20 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
21 | 21 | ||
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH} \ | 23 | git://git.ti.com/git/graphics/ti-img-rogue-driver.git;branch=${BRANCH} \ |
24 | file://0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch \ | 24 | file://0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch \ |
25 | " | 25 | " |
26 | 26 | ||
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index a1b0765c..796c4ec9 100644 --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |||
@@ -20,7 +20,7 @@ PROVIDES = "virtual/gpudriver" | |||
20 | 20 | ||
21 | BRANCH = "ti-img-sgx/${PV}/k5.10" | 21 | BRANCH = "ti-img-sgx/${PV}/k5.10" |
22 | 22 | ||
23 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | 23 | SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https;branch=${BRANCH}" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb index 1ceba057..e687e4b5 100644 --- a/recipes-bsp/pru/pru-icss_git.bb +++ b/recipes-bsp/pru/pru-icss_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PRU-Package-v6.1-Manifest.html;md5=1e37797ebe9254922f | |||
7 | inherit update-alternatives | 7 | inherit update-alternatives |
8 | 8 | ||
9 | BRANCH = "master" | 9 | BRANCH = "master" |
10 | SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}" |
11 | SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf" | 11 | SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf" |
12 | 12 | ||
13 | PV = "6.1.0" | 13 | PV = "6.1.0" |
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc index d4993cb9..3f0947e2 100644 --- a/recipes-bsp/sa-lld/sa-lld.inc +++ b/recipes-bsp/sa-lld/sa-lld.inc | |||
@@ -3,8 +3,8 @@ COMPATIBLE_MACHINE = "k2hk|k2e|k2l" | |||
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871" |
5 | 5 | ||
6 | SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git" | 6 | SA_LLD_GIT_URI = "git://git.ti.com/git/keystone-rtos/sa-lld.git" |
7 | SA_LLD_GIT_PROTOCOL = "git" | 7 | SA_LLD_GIT_PROTOCOL = "https" |
8 | SA_LLD_GIT_BRANCH = "master" | 8 | SA_LLD_GIT_BRANCH = "master" |
9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" | 9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" |
10 | 10 | ||
diff --git a/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb b/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb index 442c4cb1..e683090a 100644 --- a/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb +++ b/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://serdes_diag.h;beginline=1;endline=42;;md5=68e7ce6fdc0 | |||
8 | COMPATIBLE_MACHINE = "keystone|c66x|k3" | 8 | COMPATIBLE_MACHINE = "keystone|c66x|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | SERDES_DIAG_GIT_URI = "git://git.ti.com/keystone-rtos/serdes_diag.git" | 11 | SERDES_DIAG_GIT_URI = "git://git.ti.com/git/keystone-rtos/serdes_diag.git" |
12 | SERDES_DIAG_GIT_PROTOCOL = "git" | 12 | SERDES_DIAG_GIT_PROTOCOL = "https" |
13 | SERDES_DIAG_GIT_BRANCH = "master" | 13 | SERDES_DIAG_GIT_BRANCH = "master" |
14 | SERDES_DIAG_GIT_DESTSUFFIX = "git/ti/diag/serdes_diag" | 14 | SERDES_DIAG_GIT_DESTSUFFIX = "git/ti/diag/serdes_diag" |
15 | 15 | ||
diff --git a/recipes-bsp/srss-tc/srss-tc_git.bb b/recipes-bsp/srss-tc/srss-tc_git.bb index 483bde00..b94dc17f 100644 --- a/recipes-bsp/srss-tc/srss-tc_git.bb +++ b/recipes-bsp/srss-tc/srss-tc_git.bb | |||
@@ -10,7 +10,7 @@ BRANCH = "master" | |||
10 | # This commit corresponds to tag DEV.SRSS-TC-01.00.00.01A | 10 | # This commit corresponds to tag DEV.SRSS-TC-01.00.00.01A |
11 | SRCREV = "107cd1433ef5785e5647ef086a4cc77566506604" | 11 | SRCREV = "107cd1433ef5785e5647ef086a4cc77566506604" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/keystone-linux/srss-tc.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/git/keystone-linux/srss-tc.git;protocol=https;branch=${BRANCH}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-bsp/starterware/starterware.inc b/recipes-bsp/starterware/starterware.inc index 82b012ad..92e20e45 100644 --- a/recipes-bsp/starterware/starterware.inc +++ b/recipes-bsp/starterware/starterware.inc | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e34829 | |||
4 | COMPATIBLE_MACHINE = "ti33x|ti43x" | 4 | COMPATIBLE_MACHINE = "ti33x|ti43x" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git" | 7 | STARTERWARE_GIT_URI = "git://git.ti.com/git/keystone-rtos/starterware.git" |
8 | STARTERWARE_GIT_PROTOCOL = "git" | 8 | STARTERWARE_GIT_PROTOCOL = "https" |
9 | STARTERWARE_GIT_BRANCH = "master" | 9 | STARTERWARE_GIT_BRANCH = "master" |
10 | 10 | ||
11 | # Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.12A" | 11 | # Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.12A" |
diff --git a/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb index 2fe95cb8..bd863c0a 100644 --- a/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb +++ b/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | |||
@@ -15,6 +15,6 @@ EXTRA_OEMAKE = "CC="${CC}"" | |||
15 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
16 | 16 | ||
17 | BRANCH = "master" | 17 | BRANCH = "master" |
18 | SRC_URI = "git://git.ti.com/jacinto7_multimedia/viddec-test-app.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb index 35dacd12..71f5cfbf 100644 --- a/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb +++ b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb | |||
@@ -15,6 +15,6 @@ EXTRA_OEMAKE = "CC="${CC}"" | |||
15 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
16 | 16 | ||
17 | BRANCH = "master" | 17 | BRANCH = "master" |
18 | SRC_URI = "git://git.ti.com/jacinto7_multimedia/videnc-test-app.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/videnc-test-app.git;protocol=https;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index ced7b5cb..25accd71 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | |||
@@ -32,8 +32,8 @@ SRCREV_FORMAT = "imggen" | |||
32 | K3_IMAGE_GEN_BRANCH ?= "master" | 32 | K3_IMAGE_GEN_BRANCH ?= "master" |
33 | 33 | ||
34 | SRC_URI = " \ | 34 | SRC_URI = " \ |
35 | git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \ | 35 | git://git.ti.com/git/processor-firmware/ti-linux-firmware.git;protocol=https;branch=${BRANCH} \ |
36 | git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=${K3_IMAGE_GEN_BRANCH};destsuffix=imggen;name=imggen \ | 36 | git://git.ti.com/git/k3-image-gen/k3-image-gen.git;protocol=https;branch=${K3_IMAGE_GEN_BRANCH};destsuffix=imggen;name=imggen \ |
37 | " | 37 | " |
38 | 38 | ||
39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb index 9e68fdff..c8ca26bd 100644 --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb | |||
@@ -15,7 +15,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
15 | SRCREV = "ab507546f0f3f217f4c782a20845856e14b38224" | 15 | SRCREV = "ab507546f0f3f217f4c782a20845856e14b38224" |
16 | BRANCH ?= "ti-linux-firmware" | 16 | BRANCH ?= "ti-linux-firmware" |
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/processor-firmware/ti-linux-firmware.git;protocol=https;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | TARGET = "ti-sci-firmware-k2g.bin" | 21 | TARGET = "ti-sci-firmware-k2g.bin" |
diff --git a/recipes-bsp/traceframework/traceframework.inc b/recipes-bsp/traceframework/traceframework.inc index 33b87d9c..54b859ae 100644 --- a/recipes-bsp/traceframework/traceframework.inc +++ b/recipes-bsp/traceframework/traceframework.inc | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" | |||
4 | COMPATIBLE_MACHINE = "tci6614-evm|keystone" | 4 | COMPATIBLE_MACHINE = "tci6614-evm|keystone" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | TRACEFRAMEWORK_GIT_URI = "git://git.ti.com/keystone-rtos/traceframework.git" | 7 | TRACEFRAMEWORK_GIT_URI = "git://git.ti.com/git/keystone-rtos/traceframework.git" |
8 | TRACEFRAMEWORK_GIT_PROTOCOL = "git" | 8 | TRACEFRAMEWORK_GIT_PROTOCOL = "https" |
9 | TRACEFRAMEWORK_GIT_BRANCH = "master" | 9 | TRACEFRAMEWORK_GIT_BRANCH = "master" |
10 | TRACEFRAMEWORK_GIT_DESTSUFFIX = "git/ti/instrumentation/traceframework" | 10 | TRACEFRAMEWORK_GIT_DESTSUFFIX = "git/ti/instrumentation/traceframework" |
11 | 11 | ||
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index e7020613..97f9fa2b 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -16,8 +16,8 @@ LICENSE = "GPLv2+" | |||
16 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" | 16 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" |
17 | 17 | ||
18 | BRANCH ?= "master" | 18 | BRANCH ?= "master" |
19 | UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git" | 19 | UBOOT_GIT_URI = "git://git.ti.com/git/ti-u-boot/ti-u-boot.git" |
20 | UBOOT_GIT_PROTOCOL = "git" | 20 | UBOOT_GIT_PROTOCOL = "https" |
21 | SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" | 21 | SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" |
22 | 22 | ||
23 | PV_append = "+git${SRCPV}" | 23 | PV_append = "+git${SRCPV}" |
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc index daae836f..43fedd04 100644 --- a/recipes-bsp/uio-module-drv/uio-module-drv.inc +++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc | |||
@@ -7,8 +7,8 @@ UIO_MODULE_DRV_SRCREV = "78c535afe8f8cc0b715500a63eab0bc3606c0579" | |||
7 | 7 | ||
8 | PV = "2.3.1.0+git${SRCPV}" | 8 | PV = "2.3.1.0+git${SRCPV}" |
9 | 9 | ||
10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" | 10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/git/keystone-linux/uio-module-drv.git" |
11 | UIO_MODULE_DRV_GIT_PROTOCOL = "git" | 11 | UIO_MODULE_DRV_GIT_PROTOCOL = "https" |
12 | SRC_URI = "${UIO_MODULE_DRV_GIT_URI};protocol=${UIO_MODULE_DRV_GIT_PROTOCOL};branch=${BRANCH}" | 12 | SRC_URI = "${UIO_MODULE_DRV_GIT_URI};protocol=${UIO_MODULE_DRV_GIT_PROTOCOL};branch=${BRANCH}" |
13 | 13 | ||
14 | SRCREV = "${UIO_MODULE_DRV_SRCREV}" | 14 | SRCREV = "${UIO_MODULE_DRV_SRCREV}" |
diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb index 92c425b1..1e646688 100644 --- a/recipes-bsp/vpe-tests/vpe-tests_git.bb +++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb | |||
@@ -14,7 +14,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
14 | SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" | 14 | SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" |
15 | BRANCH ?= "master" | 15 | BRANCH ?= "master" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/vpe_tests/vpe_tests.git;protocol=https;branch=${BRANCH}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
diff --git a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb index e2834a63..b4118cbd 100644 --- a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb +++ b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=32;md5=4303d306ea53eb | |||
8 | COMPATIBLE_MACHINE = "omap-a15" | 8 | COMPATIBLE_MACHINE = "omap-a15" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | VPS_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/vps.git" | 11 | VPS_LLD_GIT_URI = "git://git.ti.com/git/keystone-rtos/vps.git" |
12 | VPS_LLD_GIT_PROTOCOL = "git" | 12 | VPS_LLD_GIT_PROTOCOL = "https" |
13 | VPS_LLD_GIT_BRANCH = "master" | 13 | VPS_LLD_GIT_BRANCH = "master" |
14 | VPS_LLD_GIT_DESTSUFFIX = "git/ti/drv/vps" | 14 | VPS_LLD_GIT_DESTSUFFIX = "git/ti/drv/vps" |
15 | 15 | ||
diff --git a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb index 59ebf31f..43c4ffb0 100644 --- a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb +++ b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb | |||
@@ -8,8 +8,8 @@ inherit ti-pdk | |||
8 | COMPATIBLE_MACHINE = "k2hk|k2e|k2l" | 8 | COMPATIBLE_MACHINE = "k2hk|k2e|k2l" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | WATCHDOG_TIMER_GIT_URI = "git://git.ti.com/keystone-rtos/wdtimer.git" | 11 | WATCHDOG_TIMER_GIT_URI = "git://git.ti.com/git/keystone-rtos/wdtimer.git" |
12 | WATCHDOG_TIMER_GIT_PROTOCOL = "git" | 12 | WATCHDOG_TIMER_GIT_PROTOCOL = "https" |
13 | WATCHDOG_TIMER_GIT_BRANCH = "master" | 13 | WATCHDOG_TIMER_GIT_BRANCH = "master" |
14 | WATCHDOG_TIMER_GIT_DESTSUFFIX = "git/ti/instrumentation/wdtimer" | 14 | WATCHDOG_TIMER_GIT_DESTSUFFIX = "git/ti/instrumentation/wdtimer" |
15 | 15 | ||
diff --git a/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb b/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb index 50b6c297..c769670f 100644 --- a/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb +++ b/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "TI-TSPA" | |||
3 | LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e" | 3 | LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e" |
4 | 4 | ||
5 | SRC_URI = " \ | 5 | SRC_URI = " \ |
6 | git://git.ti.com/wilink8-wlan/wl18xx_fw.git;protocol=git;branch=${BRANCH} \ | 6 | git://git.ti.com/git/wilink8-wlan/wl18xx_fw.git;protocol=https;branch=${BRANCH} \ |
7 | file://0001-Add-Makefile-to-install-firmware-files.patch \ | 7 | file://0001-Add-Makefile-to-install-firmware-files.patch \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/recipes-bsp/x-load/x-load_1.46-psp.bb b/recipes-bsp/x-load/x-load_1.46-psp.bb index 5713927b..413328e1 100644 --- a/recipes-bsp/x-load/x-load_1.46-psp.bb +++ b/recipes-bsp/x-load/x-load_1.46-psp.bb | |||
@@ -12,7 +12,7 @@ PE = "1" | |||
12 | 12 | ||
13 | # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) | 13 | # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) |
14 | SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" | 14 | SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" |
15 | SRC_URI = "git://git.ti.com/git/arago-project-org/x-load-omap3.git;protocol=https" | 15 | SRC_URI = "git://git.ti.com/git/git/arago-project-org/x-load-omap3.git;protocol=https" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/recipes-connectivity/uim/uim-sysfs_8.5.bb b/recipes-connectivity/uim/uim-sysfs_8.5.bb index 72e2166f..b39d3970 100644 --- a/recipes-connectivity/uim/uim-sysfs_8.5.bb +++ b/recipes-connectivity/uim/uim-sysfs_8.5.bb | |||
@@ -8,7 +8,7 @@ INITSCRIPT_PARAMS = "defaults 03" | |||
8 | inherit update-rc.d | 8 | inherit update-rc.d |
9 | 9 | ||
10 | SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" | 10 | SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" |
11 | SRC_URI = "git://git.ti.com/ti-bt/uim.git" | 11 | SRC_URI = "git://git.ti.com/git/ti-bt/uim.git;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb b/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb index 8a759ed8..589fb709 100644 --- a/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb +++ b/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb | |||
@@ -7,7 +7,7 @@ RDEPENDS_${PN} = "wl18xx-fw" | |||
7 | 7 | ||
8 | #Tag: R8.7_SP3 (8.7.3) | 8 | #Tag: R8.7_SP3 (8.7.3) |
9 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" | 9 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" |
10 | SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git" | 10 | SRC_URI = "git://git.ti.com/git/wilink8-wlan/18xx-ti-utils.git;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb b/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb index 6c4b2b43..b59810fe 100644 --- a/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb +++ b/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c | |||
5 | # Tag: R8.7_SP3 (8.7.3) | 5 | # Tag: R8.7_SP3 (8.7.3) |
6 | SRCREV = "a07b6e711d2a70608101d3d6cdc5749c4d8a96d5" | 6 | SRCREV = "a07b6e711d2a70608101d3d6cdc5749c4d8a96d5" |
7 | BRANCH = "sitara-scripts" | 7 | BRANCH = "sitara-scripts" |
8 | SRC_URI = "git://git.ti.com/wilink8-wlan/wl18xx-target-scripts.git;protocol=git;branch=${BRANCH} \ | 8 | SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx-target-scripts.git;protocol=https;branch=${BRANCH} \ |
9 | file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ | 9 | file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ |
10 | " | 10 | " |
11 | 11 | ||
diff --git a/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/recipes-connectivity/wlconf/wlconf_8.7.3.bb index 19f28b75..d9c0b6c7 100644 --- a/recipes-connectivity/wlconf/wlconf_8.7.3.bb +++ b/recipes-connectivity/wlconf/wlconf_8.7.3.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85 | |||
4 | 4 | ||
5 | # Tag: R8.7_SP3 (8.7.3) | 5 | # Tag: R8.7_SP3 (8.7.3) |
6 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" | 6 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" |
7 | SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git" | 7 | SRC_URI = "git://git.ti.com/git/wilink8-wlan/18xx-ti-utils.git;protocol=https" |
8 | 8 | ||
9 | S = "${WORKDIR}/git/wlconf" | 9 | S = "${WORKDIR}/git/wlconf" |
10 | 10 | ||
diff --git a/recipes-devtools/gdbc6x/gdbc6x.inc b/recipes-devtools/gdbc6x/gdbc6x.inc index eeb18fb1..54115f4e 100644 --- a/recipes-devtools/gdbc6x/gdbc6x.inc +++ b/recipes-devtools/gdbc6x/gdbc6x.inc | |||
@@ -4,6 +4,6 @@ SRCREV = "dd0c82fb5763a6b32dc6d68e561efb66ab8283d7" | |||
4 | PV = "1.1.0" | 4 | PV = "1.1.0" |
5 | INC_PR = "r7" | 5 | INC_PR = "r7" |
6 | 6 | ||
7 | SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" | 7 | SRC_URI = "git://git.ti.com/git/sdo-emu/gdbc6x.git;protocol=https;branch=${BRANCH}" |
8 | 8 | ||
9 | BRANCH = "master" | 9 | BRANCH = "master" |
diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb index 567e8d55..10e2631e 100644 --- a/recipes-devtools/k3conf/k3conf_git.bb +++ b/recipes-devtools/k3conf/k3conf_git.bb | |||
@@ -10,7 +10,7 @@ COMPATIBLE_MACHINE = "k3" | |||
10 | BRANCH ?= "master" | 10 | BRANCH ?= "master" |
11 | SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5" | 11 | SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index 55758682..dcdb1209 100644 --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | |||
@@ -13,7 +13,7 @@ CLEANBROKEN = "1" | |||
13 | 13 | ||
14 | BRANCH = "ti-${PV}" | 14 | BRANCH = "ti-${PV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}" | 16 | SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}" |
17 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" | 17 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" |
18 | 18 | ||
19 | RRECOMMENDS_${PN} = "ti-gc320-driver" | 19 | RRECOMMENDS_${PN} = "ti-gc320-driver" |
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb index 7921d17b..323978bf 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | |||
@@ -14,7 +14,7 @@ PR = "r2" | |||
14 | 14 | ||
15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | 15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
18 | SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" | 18 | SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" |
19 | 19 | ||
20 | TARGET_PRODUCT_j7-evm = "j721e_linux" | 20 | TARGET_PRODUCT_j7-evm = "j721e_linux" |
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 319f226f..59bac2f4 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -14,7 +14,7 @@ PR = "r37" | |||
14 | 14 | ||
15 | BRANCH = "ti-img-sgx/dunfell/${PV}" | 15 | BRANCH = "ti-img-sgx/dunfell/${PV}" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git;protocol=https;branch=${BRANCH}" |
18 | SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6" | 18 | SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6" |
19 | 19 | ||
20 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | 20 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" |
diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb index 4a5034fd..3b7ad885 100644 --- a/recipes-kernel/linux/linux-ti-mainline_git.bb +++ b/recipes-kernel/linux/linux-ti-mainline_git.bb | |||
@@ -29,10 +29,10 @@ MACHINE_KERNEL_PR_append = "b" | |||
29 | PR = "${MACHINE_KERNEL_PR}" | 29 | PR = "${MACHINE_KERNEL_PR}" |
30 | 30 | ||
31 | KERNEL_GIT_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" | 31 | KERNEL_GIT_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" |
32 | KERNEL_GIT_PROTOCOL = "git" | 32 | KERNEL_GIT_PROTOCOL = "https" |
33 | SRC_URI += " \ | 33 | SRC_URI += " \ |
34 | ${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH};name=linux \ | 34 | ${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH};name=linux \ |
35 | git://git.ti.com/ti-linux-kernel/ti-upstream-tools.git;branch=${TOOLS_BRANCH};protocol=${KERNEL_GIT_PROTOCOL};name=ti-upstream-tools;destsuffix=ti-upstream-tools \ | 35 | git://git.ti.com/git/ti-linux-kernel/ti-upstream-tools.git;branch=${TOOLS_BRANCH};protocol=${KERNEL_GIT_PROTOCOL};name=ti-upstream-tools;destsuffix=ti-upstream-tools \ |
36 | file://defconfig \ | 36 | file://defconfig \ |
37 | " | 37 | " |
38 | 38 | ||
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index a29d6f4d..e5707144 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb | |||
@@ -32,8 +32,8 @@ PV = "5.10.131+git${SRCPV}" | |||
32 | MACHINE_KERNEL_PR_append = "b" | 32 | MACHINE_KERNEL_PR_append = "b" |
33 | PR = "${MACHINE_KERNEL_PR}" | 33 | PR = "${MACHINE_KERNEL_PR}" |
34 | 34 | ||
35 | KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" | 35 | KERNEL_GIT_URI = "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git" |
36 | KERNEL_GIT_PROTOCOL = "git" | 36 | KERNEL_GIT_PROTOCOL = "https" |
37 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ | 37 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ |
38 | file://defconfig" | 38 | file://defconfig" |
39 | 39 | ||
diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb index a86223af..3a5516c6 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb | |||
@@ -28,8 +28,8 @@ PV = "5.4.106+git${SRCPV}" | |||
28 | MACHINE_KERNEL_PR_append = "a" | 28 | MACHINE_KERNEL_PR_append = "a" |
29 | PR = "${MACHINE_KERNEL_PR}" | 29 | PR = "${MACHINE_KERNEL_PR}" |
30 | 30 | ||
31 | KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" | 31 | KERNEL_GIT_URI = "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git" |
32 | KERNEL_GIT_PROTOCOL = "git" | 32 | KERNEL_GIT_PROTOCOL = "https" |
33 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ | 33 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ |
34 | file://defconfig" | 34 | file://defconfig" |
35 | 35 | ||
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 | ||
8 | LIC_FILES_CHKSUM = "file://../ctoolslib_manifest.html;md5=b7dd369a2e07ef9a71795ee5a9bd01bd" | 8 | LIC_FILES_CHKSUM = "file://../ctoolslib_manifest.html;md5=b7dd369a2e07ef9a71795ee5a9bd01bd" |
9 | 9 | ||
10 | SRC_URI = "git://git.ti.com/sdo-emu/ctoolslib.git;protocol=git;branch=opencl_aetlib_build" | 10 | SRC_URI = "git://git.ti.com/git/sdo-emu/ctoolslib.git;protocol=https;branch=opencl_aetlib_build" |
11 | SRCREV = "de7954abab0f0caa8a2c7b53095c30226d901a31" | 11 | SRCREV = "de7954abab0f0caa8a2c7b53095c30226d901a31" |
12 | 12 | ||
13 | DEPENDS = "ti-cgt6x-native" | 13 | DEPENDS = "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 \ | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | DSPLIB_GIT_BRANCH = "master" | 19 | DSPLIB_GIT_BRANCH = "master" |
20 | DSPLIB_GIT_PROTOCOL = "git" | 20 | DSPLIB_GIT_PROTOCOL = "https" |
21 | DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" | 21 | DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git" |
22 | DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161" | 22 | DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161" |
23 | 23 | ||
24 | SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" | 24 | SRC_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 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | 2 | ||
3 | IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git" | 3 | IPC_TRANSPORT_GIT_URI = "git://git.ti.com/git/keystone-linux/ipc-transport.git" |
4 | IPC_TRANSPORT_GIT_PROTOCOL = "git" | 4 | IPC_TRANSPORT_GIT_PROTOCOL = "https" |
5 | IPC_TRANSPORT_GIT_BRANCH = "master" | 5 | IPC_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 @@ | |||
1 | require recipes-ti/includes/ti-paths.inc | 1 | require recipes-ti/includes/ti-paths.inc |
2 | 2 | ||
3 | TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/ipc/ipc-examples.git" | 3 | TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/git/ipc/ipc-examples.git" |
4 | TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples" | 4 | TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples" |
5 | TI_IPC_EXAMPLES_GIT_PROTOCOL = "git" | 5 | TI_IPC_EXAMPLES_GIT_PROTOCOL = "https" |
6 | TI_IPC_EXAMPLES_GIT_BRANCH = "master" | 6 | TI_IPC_EXAMPLES_GIT_BRANCH = "master" |
7 | TI_IPC_EXAMPLES_NAME = "ipc-examples" | 7 | TI_IPC_EXAMPLES_NAME = "ipc-examples" |
8 | 8 | ||
@@ -12,9 +12,9 @@ protocol=${TI_IPC_EXAMPLES_GIT_PROTOCOL};\ | |||
12 | branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\ | 12 | branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\ |
13 | name=${TI_IPC_EXAMPLES_NAME}" | 13 | name=${TI_IPC_EXAMPLES_NAME}" |
14 | 14 | ||
15 | TI_IPC_METADATA_GIT_URI = "git://git.ti.com/ipc/ipc-metadata.git" | 15 | TI_IPC_METADATA_GIT_URI = "git://git.ti.com/git/ipc/ipc-metadata.git" |
16 | TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata" | 16 | TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata" |
17 | TI_IPC_METADATA_GIT_PROTOCOL = "git" | 17 | TI_IPC_METADATA_GIT_PROTOCOL = "https" |
18 | TI_IPC_METADATA_GIT_BRANCH = "master" | 18 | TI_IPC_METADATA_GIT_BRANCH = "master" |
19 | TI_IPC_METADATA_NAME = "ipc-metadata" | 19 | TI_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" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
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/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" | |||
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/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 \ | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | MATHLIB_GIT_BRANCH = "master" | 19 | MATHLIB_GIT_BRANCH = "master" |
20 | MATHLIB_GIT_PROTOCOL = "git" | 20 | MATHLIB_GIT_PROTOCOL = "https" |
21 | MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git" | 21 | MATHLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/mathlib.git" |
22 | MATHLIB_SRCREV = "eadcc9547faf69789661b004bb0b5ef53bb69951" | 22 | MATHLIB_SRCREV = "eadcc9547faf69789661b004bb0b5ef53bb69951" |
23 | 23 | ||
24 | SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}" | 24 | SRC_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 | ||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/git/keystone-linux/mpm-transport.git;protocol=https;branch=${BRANCH}" |
14 | 14 | ||
15 | BRANCH = "master" | 15 | BRANCH = "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" | |||
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 |
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 @@ | |||
1 | DESCRIPTION = "TI OpenMP RTOS" | 1 | DESCRIPTION = "TI OpenMP RTOS" |
2 | HOMEPAGE = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" | 2 | HOMEPAGE = "git://git.ti.com/git/openmp/ti-openmp-dsp-runtime.git" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | 4 | ||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
@@ -12,8 +12,8 @@ REQUIRED_DISTRO_FEATURES = "openmp" | |||
12 | PV = "2_06_03_00" | 12 | PV = "2_06_03_00" |
13 | PR = "r0" | 13 | PR = "r0" |
14 | 14 | ||
15 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" | 15 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/git/openmp/ti-openmp-dsp-runtime.git" |
16 | OPENMP_RTOS_GIT_PROTOCOL = "git" | 16 | OPENMP_RTOS_GIT_PROTOCOL = "https" |
17 | OPENMP_RTOS_GIT_BRANCH = "master" | 17 | OPENMP_RTOS_GIT_BRANCH = "master" |
18 | 18 | ||
19 | BRANCH = "${OPENMP_RTOS_GIT_BRANCH}" | 19 | BRANCH = "${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" | |||
9 | COMPATIBLE_MACHINE_class-native = "(.*)" | 9 | COMPATIBLE_MACHINE_class-native = "(.*)" |
10 | COMPATIBLE_MACHINE_class-nativesdk = "(.*)" | 10 | COMPATIBLE_MACHINE_class-nativesdk = "(.*)" |
11 | 11 | ||
12 | GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git" | 12 | GIT_URI = "git://git.ti.com/git/git/security-development-tools/core-secdev-k3.git" |
13 | GIT_PROTOCOL = "https" | 13 | GIT_PROTOCOL = "https" |
14 | GIT_BRANCH = "master" | 14 | GIT_BRANCH = "master" |
15 | GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016" | 15 | GIT_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" | |||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SWTOOLS_GIT_BRANCH = "master" | 17 | SWTOOLS_GIT_BRANCH = "master" |
18 | SWTOOLS_GIT_PROTOCOL = "git" | 18 | SWTOOLS_GIT_PROTOCOL = "https" |
19 | SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" | 19 | SWTOOLS_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/swtools.git" |
20 | SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4" | 20 | SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4" |
21 | 21 | ||
22 | SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" | 22 | SRC_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" | |||
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}" |
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" | |||
5 | LIC_FILES_CHKSUM = "file://include/udma.h;startline=1;endline=39;md5=ba3c7f91f970afe073b759ced61d0f27" | 5 | LIC_FILES_CHKSUM = "file://include/udma.h;startline=1;endline=39;md5=ba3c7f91f970afe073b759ced61d0f27" |
6 | 6 | ||
7 | BRANCH = "master" | 7 | BRANCH = "master" |
8 | SRC_URI = "git://git.ti.com/keystone-linux/udma.git;protocol=git;branch=${BRANCH}" | 8 | SRC_URI = "git://git.ti.com/git/keystone-linux/udma.git;protocol=https;branch=${BRANCH}" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | # Commit corresponds to UDMA.01.00.00.00 | 10 | # Commit corresponds to UDMA.01.00.00.00 |
11 | SRCREV = "53d09fb0bc98c41c5eb43623097e363c497d6fd8" | 11 | SRCREV = "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" | |||
10 | BRANCH = "master" | 10 | BRANCH = "master" |
11 | LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144" | 11 | LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144" |
12 | 12 | ||
13 | UIO_TEST_PRUSS_GIT_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git" | 13 | UIO_TEST_PRUSS_GIT_URI = "git://git.ti.com/git/processor-sdk/uio-test-pruss.git" |
14 | UIO_TEST_PRUSS_GIT_PROTOCOL = "git" | 14 | UIO_TEST_PRUSS_GIT_PROTOCOL = "https" |
15 | SRC_URI = "${UIO_TEST_PRUSS_GIT_URI};protocol=${UIO_TEST_PRUSS_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_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 |