diff options
author | John Klug <john.klug@multitech.com> | 2021-01-22 11:29:03 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-22 11:29:03 -0600 |
commit | 11b79beb975f0388d0a4816c5a7ecf083bb6b026 (patch) | |
tree | 5d58d7f767c054804d731481059b02da871c9ec0 | |
parent | 8b03d681b627b00fa2cb7637891e4c8d88dffe7f (diff) | |
download | meta-multitech-11b79beb975f0388d0a4816c5a7ecf083bb6b026.tar.gz meta-multitech-11b79beb975f0388d0a4816c5a7ecf083bb6b026.tar.bz2 meta-multitech-11b79beb975f0388d0a4816c5a7ecf083bb6b026.zip |
Move recipes to gitosis from gitlab
-rw-r--r-- | recipes-bsp/multitech/mtac-eth_1.1.1.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac-gpiob_1.1.2.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac-lora_1.1.5.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac-mfser_1.1.1.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac-pulse_1.1.1.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac-xdot_1.1.1.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac_4.0.7.bb | 3 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 3 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 2 |
9 files changed, 9 insertions, 11 deletions
diff --git a/recipes-bsp/multitech/mtac-eth_1.1.1.bb b/recipes-bsp/multitech/mtac-eth_1.1.1.bb index 94b1e5f..d82da3d 100644 --- a/recipes-bsp/multitech/mtac-eth_1.1.1.bb +++ b/recipes-bsp/multitech/mtac-eth_1.1.1.bb @@ -15,7 +15,7 @@ SRCREV = "${PV}" PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mtac-eth.git;protocol=ssh \ + git://git.multitech.net/mtac-eth.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb index cfd630b..b4e03ab 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb @@ -17,7 +17,7 @@ SRCREV = "${PV}" PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mtac-gpiob.git;protocol=ssh \ + git://git.multitech.net/mtac-gpiob.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mtac-lora_1.1.5.bb b/recipes-bsp/multitech/mtac-lora_1.1.5.bb index 34d402d..3d9d511 100644 --- a/recipes-bsp/multitech/mtac-lora_1.1.5.bb +++ b/recipes-bsp/multitech/mtac-lora_1.1.5.bb @@ -15,7 +15,7 @@ SRCREV = "${PV}" PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mtac-lora.git;protocol=ssh \ + git://git.multitech.net/mtac-lora.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mtac-mfser_1.1.1.bb b/recipes-bsp/multitech/mtac-mfser_1.1.1.bb index b9f5bde..c89ecd5 100644 --- a/recipes-bsp/multitech/mtac-mfser_1.1.1.bb +++ b/recipes-bsp/multitech/mtac-mfser_1.1.1.bb @@ -15,7 +15,7 @@ SRCREV = "${PV}" PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mtac-mfser.git;protocol=ssh \ + git://git.multitech.net/mtac-mfser.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mtac-pulse_1.1.1.bb b/recipes-bsp/multitech/mtac-pulse_1.1.1.bb index 5a4c21c..4e44e9a 100644 --- a/recipes-bsp/multitech/mtac-pulse_1.1.1.bb +++ b/recipes-bsp/multitech/mtac-pulse_1.1.1.bb @@ -15,7 +15,7 @@ SRCREV = "${PV}" PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mtac-pulse.git;protocol=ssh \ + git://git.multitech.net/mtac-pulse.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mtac-xdot_1.1.1.bb b/recipes-bsp/multitech/mtac-xdot_1.1.1.bb index e41865a..4f92c78 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@gitlab.multitech.net/mirrors/mtac-xdot.git;protocol=ssh \ + git://git@git.multitech.net/mtac-xdot.git;protocol=git;branch=master \ file://xdot-util \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mtac_4.0.7.bb b/recipes-bsp/multitech/mtac_4.0.7.bb index b032a9a..5773863 100644 --- a/recipes-bsp/multitech/mtac_4.0.7.bb +++ b/recipes-bsp/multitech/mtac_4.0.7.bb @@ -19,9 +19,8 @@ RPROVIDES_kernel-module-${PN} = "mtac" PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}" -# git://git.multitech.net/mtac.git;protocol=git SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mtac.git;protocol=ssh \ + git://git.multitech.net/mtac.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 0ea455a..cf9f38d 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -25,8 +25,7 @@ TARGET_CFLAGS_append_mtcpmhs = " -D MTCDT3B" SRCREV = "${PV}" -# SRC_URI = "git://git.multitech.net/mts-id-eeprom.git;protocol=git" -SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-id-eeprom;protocol=ssh" +SRC_URI = "git://git.multitech.net/mts-id-eeprom;protocol=ssh;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 b81e7f0..174598e 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@gitlab.multitech.net/mirrors/mts-io;protocol=ssh \ + git://git.multitech.net/mts-io;protocol=git;branch=master \ file://led-status_heartbeat_trigger \ file://lora-led-updater \ file://mts-io.init \ |