summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-01-22 11:29:03 -0600
committerJohn Klug <john.klug@multitech.com>2021-06-23 04:11:29 -0500
commit0bdcb5ccccc7d387788b8f8f39bd45c47d2d2912 (patch)
tree9debd841b00283ae8fff71afcfc1446ba0bf1b96
parentf76b22080f241b13a5a7847ce73d49a9c6094162 (diff)
downloadmeta-multitech-0bdcb5ccccc7d387788b8f8f39bd45c47d2d2912.tar.gz
meta-multitech-0bdcb5ccccc7d387788b8f8f39bd45c47d2d2912.tar.bz2
meta-multitech-0bdcb5ccccc7d387788b8f8f39bd45c47d2d2912.zip
Move recipes to gitosis from gitlab
-rw-r--r--recipes-bsp/multitech/mtac-eth_1.1.1.bb2
-rw-r--r--recipes-bsp/multitech/mtac-gpiob_1.1.2.bb4
-rw-r--r--recipes-bsp/multitech/mtac-lora_1.1.5.bb2
-rw-r--r--recipes-bsp/multitech/mtac-mfser_1.1.1.bb2
-rw-r--r--recipes-bsp/multitech/mtac-pulse_1.1.1.bb2
-rw-r--r--recipes-bsp/multitech/mtac-xdot_1.1.1.bb2
-rw-r--r--recipes-bsp/multitech/mtac_4.0.7.bb4
-rw-r--r--recipes-bsp/multitech/mts-id-eeprom.inc2
-rw-r--r--recipes-bsp/multitech/mts-io.inc3
9 files changed, 12 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 ee16128..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.multitech.net/mtac-eth.git;protocol=git \
+ 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 8e43fda..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.multitech.net/mtac-gpiob.git;protocol=git \
+ git://git.multitech.net/mtac-gpiob.git;protocol=git;branch=master \
"
S = "${WORKDIR}/git"
@@ -32,7 +32,7 @@ COMMON_OEMAKE = " -C ${STAGING_KERNEL_DIR} \
EXTRA_OEMAKE_mtcdt = "${COMMON_OEMAKE} EXTRA_CFLAGS='-I${STAGING_INCDIR}/mts-kernel-headers \
-D SAM9G25'"
EXTRA_OEMAKE_mtcpmhs = "${COMMON_OEMAKE} EXTRA_CFLAGS='-I${STAGING_INCDIR}/mts-kernel-headers \
- -D TI43X -D CONFIG_MTS_NUM_ACCESSORY_PORTS=2'"
+ -D TI43X'"
do_compile () {
bbnote make "$@"
diff --git a/recipes-bsp/multitech/mtac-lora_1.1.5.bb b/recipes-bsp/multitech/mtac-lora_1.1.5.bb
index a3f5141..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.multitech.net/mtac-lora.git;protocol=git \
+ 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 e5c00df..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.multitech.net/mtac-mfser.git;protocol=git \
+ 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 ee0cb8d..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.multitech.net/mtac-pulse.git;protocol=git \
+ 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 1f5ae79..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.multitech.net/mtac-xdot.git;protocol=git \
+ 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 2bcc9ba..5773863 100644
--- a/recipes-bsp/multitech/mtac_4.0.7.bb
+++ b/recipes-bsp/multitech/mtac_4.0.7.bb
@@ -20,8 +20,8 @@ RPROVIDES_kernel-module-${PN} = "mtac"
PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}"
SRC_URI = " \
- git://git.multitech.net/mtac.git;protocol=git \
-"
+ git://git.multitech.net/mtac.git;protocol=git;branch=master \
+"
S = "${WORKDIR}/git"
inherit module
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc
index b43192c..cf9f38d 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.git;protocol=git"
+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 77bc4e9..174598e 100644
--- a/recipes-bsp/multitech/mts-io.inc
+++ b/recipes-bsp/multitech/mts-io.inc
@@ -17,8 +17,9 @@ RPROVIDES_kernel-module-${PN} = "mts-io"
RDEPENDS_${PN}-noarch_append = " mts-io-sysfs"
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.git;protocol=git \
+ git://git.multitech.net/mts-io;protocol=git;branch=master \
file://led-status_heartbeat_trigger \
file://lora-led-updater \
file://mts-io.init \