summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-05 18:31:18 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-01-20 18:46:38 +0100
commite93464e189fdc65e5829a4d1db283ba4d3f2b912 (patch)
tree88cd4ad253f77471c711058990a2b25f404b3a5e
parent9c7f7e6e981679ebfe2459223d5a9f84ce2d5bb9 (diff)
linux-imx-headers: use https to fetch git repo
This helps people which can't access the web with the git protocol. Related-to: ELB-3475 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 685a625f7e70d4b84c3231c057ff1c3cfbb233fc)
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5.4%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.4%.bbappend b/recipes-kernel/linux/linux-imx-headers_5.4%.bbappend
index f89c7fe..eae6592 100644
--- a/recipes-kernel/linux/linux-imx-headers_5.4%.bbappend
+++ b/recipes-kernel/linux/linux-imx-headers_5.4%.bbappend
@@ -1,6 +1,6 @@
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
SRCBRANCH = "toradex_5.4-2.1.x-imx"
LOCALVERSION = "-${SRCBRANCH}"
-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}"
# Keep that one stable, i.e. use the exact git hash from the NXP BSP.
SRCREV = "dea2fede7e024ee7029b13e8d82a00ec14427777"