summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-05 18:31:45 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-01-07 17:13:36 +0100
commit3ffad57df7a79a8b801d35f48e6bb59af7206a8e (patch)
treec919b8e397621667dec321b588b6fc6da43a1634 /recipes-kernel
parent685a625f7e70d4b84c3231c057ff1c3cfbb233fc (diff)
linux-toradex:: 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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
index 7501ba8..a638fcb 100644
--- a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
+++ b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
@@ -7,7 +7,7 @@ SUMMARY_preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX based mo
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
SRC_URI = " \
- git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH};name=machine \
+ git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH};name=machine \
"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)