summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-01-28 12:46:49 -0600
committerJohn Klug <john.klug@multitech.com>2021-06-23 04:13:38 -0500
commit67f0f3fa3a0da9da2a28950ff90fddc73ff53d3f (patch)
treeb15a69cd3e608e543efa70c9e4434ae6cc5c1d2f
parent3bdd74af9a881e3b45b26b34a7da61d89949c6c5 (diff)
downloadmeta-multitech-67f0f3fa3a0da9da2a28950ff90fddc73ff53d3f.tar.gz
meta-multitech-67f0f3fa3a0da9da2a28950ff90fddc73ff53d3f.tar.bz2
meta-multitech-67f0f3fa3a0da9da2a28950ff90fddc73ff53d3f.zip
Fix up git fetches
-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 \