diff options
author | John Klug <john.klug@multitech.com> | 2021-01-28 12:46:49 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-28 12:46:49 -0600 |
commit | 8f533895110c11516053c9bc11fe245d251dd769 (patch) | |
tree | b15a69cd3e608e543efa70c9e4434ae6cc5c1d2f /recipes-bsp | |
parent | 5b07432f195e1ea2f3acbaf3408b1bd8144b01d1 (diff) | |
download | meta-multitech-8f533895110c11516053c9bc11fe245d251dd769.tar.gz meta-multitech-8f533895110c11516053c9bc11fe245d251dd769.tar.bz2 meta-multitech-8f533895110c11516053c9bc11fe245d251dd769.zip |
Fix up git fetches
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mtac-xdot_1.1.1.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 2 |
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 \ |