summaryrefslogtreecommitdiff
path: root/recipes-devtools
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-07 17:13:36 +0100
commit380df9dba4001a6e86ac8fe2682899b8517a7472 (patch)
tree635c86486f15c2a7cca78526960ad7112e3d7056 /recipes-devtools
parent8e762e3c8ec5c84f76254f442f37c70dfb7e1b68 (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>
Diffstat (limited to 'recipes-devtools')
-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 e6c4755..c8cf862 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 \