summaryrefslogtreecommitdiff
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-20 18:46:38 +0100
commit59525970f271ae397102dfb48f0976643a1abc65 (patch)
tree360fa468668bf3c9b524f96a8ca1c7d923357d40
parente93464e189fdc65e5829a4d1db283ba4d3f2b912 (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> (cherry picked from commit 3ffad57df7a79a8b801d35f48e6bb59af7206a8e)
-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 42c6249..3fe3520 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_append_preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX b
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)