From 59525970f271ae397102dfb48f0976643a1abc65 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 5 Jan 2021 18:31:45 +0100 Subject: 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 (cherry picked from commit 3ffad57df7a79a8b801d35f48e6bb59af7206a8e) --- recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/linux') 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) -- cgit v1.2.3