From 3beef61a2af86a5679f792749b1558916d9a86c1 Mon Sep 17 00:00:00 2001 From: Leonardo Costa Date: Thu, 2 Apr 2026 16:43:23 -0300 Subject: [PATCH] recipes: toradex: use https protocol in SRC_URIs git.toradex.com will soon drop support for fetching using git protocol. Change sources so that they are fetched using https protocol. Signed-off-by: Leonardo Costa (cherry picked from commit 09400f57bd713f6a5b34b0bfec30e34f23a17aa3) --- recipes-bsp/u-boot/u-boot-toradex_2020.07.bb | 2 +- recipes-kernel/linux/linux-toradex_4.4.bb | 2 +- recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb index 19683eff..a0ab48e9 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb @@ -10,7 +10,7 @@ DEPENDS += "bc-native dtc-native bison-native" PV = "2020.07+git${SRCPV}" SRC_URI = " \ - git://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH} \ + git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH} \ file://fw_env.config \ " SRCBRANCH = "toradex_2020.07" diff --git a/recipes-kernel/linux/linux-toradex_4.4.bb b/recipes-kernel/linux/linux-toradex_4.4.bb index 0f19da07..9eb9b113 100644 --- a/recipes-kernel/linux/linux-toradex_4.4.bb +++ b/recipes-kernel/linux/linux-toradex_4.4.bb @@ -2,7 +2,7 @@ require recipes-kernel/linux/linux-imx.inc SUMMARY = "Linux kernel for Toradex Colibri VFxx Computer on Modules" -SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}" +SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH}" KBUILD_DEFCONFIG ?= "colibri_vf_defconfig" diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb index b7458dcd..f8888e90 100644 --- a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb @@ -9,7 +9,7 @@ SUMMARY = "Linux kernel for Toradex Freescale i.MX based modules" # The recipe by default uses KBUILD_DEFCONFIG from the machine # configuration. Set KBUILD_DEFCONFIG = "" and add a file 'defconfig' to # SRC_URI to inject your defconfig in a bbappend. -SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}" +SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH}" PV:append = "+git${SRCPV}"