summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-05 18:30:45 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-01-20 18:46:38 +0100
commit9c7f7e6e981679ebfe2459223d5a9f84ce2d5bb9 (patch)
treee5890c6f5a65ce81d745ceffe4c8d7c71d394d05
parent9593425143264774d6a036d766abf1fa80b8a9e3 (diff)
imx-loader: 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 380df9dba4001a6e86ac8fe2682899b8517a7472)
-rw-r--r--recipes-devtools/imx-loader/imx-loader_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/imx-loader/imx-loader_git.bb b/recipes-devtools/imx-loader/imx-loader_git.bb
index 7421306..37e95ba 100644
--- a/recipes-devtools/imx-loader/imx-loader_git.bb
+++ b/recipes-devtools/imx-loader/imx-loader_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "libusb"
SRCREV = "138c0b25a4df6bc25567882ba80337543c22fd93"
-SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=git;branch=master"
+SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master"
SRC_URI += " \
file://imx_usb.conf \
file://mx6ull_usb_rom.conf \