summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2022-09-02 16:57:37 -0500
committerRyan Eatmon <reatmon@ti.com>2022-09-07 09:56:44 -0500
commit01a25a1e86466705b3dd8e7d9805cb0a5e7859d4 (patch)
treeea50ab99dc6d273984ed379719a240b22dd3a8d1
parent7fb2e608171c69e862e0fb780908648fde22d467 (diff)
downloadmeta-ti-01a25a1e86466705b3dd8e7d9805cb0a5e7859d4.tar.gz
all: Fix new git://git.ti.com URLs
The regex originally to correct all URLs that were still using the old git protocol didn't have a check in place to see if the URL was already using the correct protocol. This just fixes the two affected URLs. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/x-load/x-load_1.46-psp.bb2
-rw-r--r--recipes-ti/secdev/ti-k3-secdev_git.bb2
2 files changed, 2 insertions, 2 deletions
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 413328e1..5713927b 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)
14SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" 14SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f"
15SRC_URI = "git://git.ti.com/git/git/arago-project-org/x-load-omap3.git;protocol=https" 15SRC_URI = "git://git.ti.com/git/arago-project-org/x-load-omap3.git;protocol=https"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
diff --git a/recipes-ti/secdev/ti-k3-secdev_git.bb b/recipes-ti/secdev/ti-k3-secdev_git.bb
index 3851d35a..28dbe9ee 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/git/security-development-tools/core-secdev-k3.git" 12GIT_URI = "git://git.ti.com/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"