summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/multitech/mtac-xdot_1.1.1.bb2
-rw-r--r--recipes-bsp/multitech/mts-id-eeprom.inc2
-rw-r--r--recipes-bsp/multitech/mts-io.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/multitech/mtac-xdot_1.1.1.bb b/recipes-bsp/multitech/mtac-xdot_1.1.1.bb
index 4f92c78..add2280 100644
--- a/recipes-bsp/multitech/mtac-xdot_1.1.1.bb
+++ b/recipes-bsp/multitech/mtac-xdot_1.1.1.bb
@@ -15,7 +15,7 @@ SRCREV = "${PV}"
PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}"
SRC_URI = " \
- git://git@git.multitech.net/mtac-xdot.git;protocol=git;branch=master \
+ git://git.multitech.net/mtac-xdot.git;protocol=git;branch=master \
file://xdot-util \
"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc
index cf9f38d..bfe9d9f 100644
--- a/recipes-bsp/multitech/mts-id-eeprom.inc
+++ b/recipes-bsp/multitech/mts-id-eeprom.inc
@@ -25,7 +25,7 @@ TARGET_CFLAGS_append_mtcpmhs = " -D MTCDT3B"
SRCREV = "${PV}"
-SRC_URI = "git://git.multitech.net/mts-id-eeprom;protocol=ssh;branch=master"
+SRC_URI = "git://git.multitech.net/mts-id-eeprom;protocol=git;branch=master"
SRC_URI_append_mtcdt = " file://mtcdt-fpga-v31.hex file://mtcdt-fpga-v35.hex"
SRC_URI_append_mtcap = " file://mtcap-fpga-v31.hex file://mtcap-fpga-v35.hex"
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc
index 174598e..e33ae00 100644
--- a/recipes-bsp/multitech/mts-io.inc
+++ b/recipes-bsp/multitech/mts-io.inc
@@ -19,7 +19,7 @@ RDEPENDS_${PN}-noarch_append_mtcap = " mts-io-sysfs i2c-tools"
# git://git.multitech.net/mts-io.git;protocol=git
SRC_URI = " \
- git://git.multitech.net/mts-io;protocol=git;branch=master \
+ git://git.multitech.net/mts-io.git;protocol=git;branch=master \
file://led-status_heartbeat_trigger \
file://lora-led-updater \
file://mts-io.init \