diff options
author | John Klug <john.klug@multitech.com> | 2023-01-11 12:49:44 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-01-11 12:49:44 -0600 |
commit | 2641245c4cc099a2e5bdd178354957acf2dcc065 (patch) | |
tree | 103a1d07566c6f37af7dc24d9ee968e66521ae86 | |
parent | 9927425ece9c2e0be1ab4fb913dd0550651c7204 (diff) | |
download | meta-multitech-2641245c4cc099a2e5bdd178354957acf2dcc065.tar.gz meta-multitech-2641245c4cc099a2e5bdd178354957acf2dcc065.tar.bz2 meta-multitech-2641245c4cc099a2e5bdd178354957acf2dcc065.zip |
move recipes from gitlab to git.multitech.net
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 3 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 7e1df05..d59a1dc 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -26,7 +26,8 @@ TARGET_CFLAGS_append_mtre = " -D MTRE" SRCREV = "${PV}" FILESEXTRAPATHS_prepend_mtcpmhs := "${THISDIR}/mts-id-eeprom/mtcdt:" -SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-id-eeprom;protocol=ssh;branch=master" +SRC_URI = "git://git.multitech.net/cgit/mts-id-eeprom.git;protocol=https;branch=master" + SRC_URI_append_mtcdt = " file://mtcdt-fpga-v31.hex file://mtcdt-fpga-v35.hex" SRC_URI_append_mtcpmhs = " 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 7b7dc76..6ac0578 100644 --- a/recipes-bsp/multitech/mts-io.inc +++ b/recipes-bsp/multitech/mts-io.inc @@ -21,7 +21,7 @@ RDEPENDS_${PN}-noarch_append_mtcap = " mts-io-sysfs i2c-tools" SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mts-io;protocol=ssh;branch=master \ + git://git.multitech.net/cgit/mts-io.git;protocol=https;branch=master \ file://led-status_heartbeat_trigger \ file://lora-led-updater \ file://mts-io.init \ |