From b7f96942d7a3a9753f9139886b60cd90f33bf037 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 22 Jan 2021 04:10:27 -0600 Subject: mts-io-sysfs version 0.1.14 --- recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb | 50 ---------------------------- recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb | 50 ++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb create mode 100644 recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb (limited to 'recipes-bsp') diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb deleted file mode 100644 index 8ad2bce..0000000 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb +++ /dev/null @@ -1,50 +0,0 @@ -DESCRIPTION = "mts-io sysfs wrapper" -HOMEPAGE = "http://www.multitech.net/" -SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -inherit update-rc.d - -DEPENDS = "libmts" -RDEPENDS_${PN} = "bash" -PR = "r0" - -SRCREV = "${PV}" - -# "git://git.multitech.net/mts-io-sysfs;protocol=git;branch=master -SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-io-sysfs;protocol=ssh;branch=master \ - file://mts-io-sysfs.init" - -S = "${WORKDIR}/git" - -do_configure_append() { -} - -do_compile() { - oe_runmake -} - - -fakeroot do_install() { - install -d ${D}${sbindir} - install -m 0755 ${S}/build/mts-io-sysfs ${D}${sbindir}/mts-io-sysfs - install -d 0755 ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/mts-io-sysfs.init ${D}${sysconfdir}/init.d/eeprom-config -} - - -INITSCRIPT_NAME = "eeprom-config" -# Must start after MTS-IO to read the accessory cards. -INITSCRIPT_PARAMS = "start 40 S ." - - -PACKAGES = "${PN}" - -FILES_${PN} += "${libdir}/mts-io-sysfs*" -FILES_${PN} += "${sbindir}/mts-io-sysfs" - -# disable this on purpose for dev purposes -do_rm_work() { - echo "skipping" -} diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb new file mode 100644 index 0000000..8ad2bce --- /dev/null +++ b/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb @@ -0,0 +1,50 @@ +DESCRIPTION = "mts-io sysfs wrapper" +HOMEPAGE = "http://www.multitech.net/" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +inherit update-rc.d + +DEPENDS = "libmts" +RDEPENDS_${PN} = "bash" +PR = "r0" + +SRCREV = "${PV}" + +# "git://git.multitech.net/mts-io-sysfs;protocol=git;branch=master +SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-io-sysfs;protocol=ssh;branch=master \ + file://mts-io-sysfs.init" + +S = "${WORKDIR}/git" + +do_configure_append() { +} + +do_compile() { + oe_runmake +} + + +fakeroot do_install() { + install -d ${D}${sbindir} + install -m 0755 ${S}/build/mts-io-sysfs ${D}${sbindir}/mts-io-sysfs + install -d 0755 ${D}${sysconfdir}/init.d + install -m 0755 ${WORKDIR}/mts-io-sysfs.init ${D}${sysconfdir}/init.d/eeprom-config +} + + +INITSCRIPT_NAME = "eeprom-config" +# Must start after MTS-IO to read the accessory cards. +INITSCRIPT_PARAMS = "start 40 S ." + + +PACKAGES = "${PN}" + +FILES_${PN} += "${libdir}/mts-io-sysfs*" +FILES_${PN} += "${sbindir}/mts-io-sysfs" + +# disable this on purpose for dev purposes +do_rm_work() { + echo "skipping" +} -- cgit v1.2.3 From 8b03d681b627b00fa2cb7637891e4c8d88dffe7f Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 22 Jan 2021 04:12:54 -0600 Subject: mts-io-sysfs version 0.1.14 --- recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb index 8ad2bce..26337f3 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb @@ -12,8 +12,7 @@ PR = "r0" SRCREV = "${PV}" -# "git://git.multitech.net/mts-io-sysfs;protocol=git;branch=master -SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-io-sysfs;protocol=ssh;branch=master \ +SRC_URI = "git://git.multitech.net/mts-io.git;protocol=git;branch=master \ file://mts-io-sysfs.init" S = "${WORKDIR}/git" -- cgit v1.2.3 From 11b79beb975f0388d0a4816c5a7ecf083bb6b026 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 22 Jan 2021 11:29:03 -0600 Subject: Move recipes to gitosis from gitlab --- recipes-bsp/multitech/mtac-eth_1.1.1.bb | 2 +- recipes-bsp/multitech/mtac-gpiob_1.1.2.bb | 2 +- recipes-bsp/multitech/mtac-lora_1.1.5.bb | 2 +- recipes-bsp/multitech/mtac-mfser_1.1.1.bb | 2 +- recipes-bsp/multitech/mtac-pulse_1.1.1.bb | 2 +- recipes-bsp/multitech/mtac-xdot_1.1.1.bb | 2 +- recipes-bsp/multitech/mtac_4.0.7.bb | 3 +-- recipes-bsp/multitech/mts-id-eeprom.inc | 3 +-- recipes-bsp/multitech/mts-io.inc | 2 +- 9 files changed, 9 insertions(+), 11 deletions(-) (limited to 'recipes-bsp') 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 \ -- cgit v1.2.3 From 5b07432f195e1ea2f3acbaf3408b1bd8144b01d1 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 28 Jan 2021 12:34:33 -0600 Subject: mts-io-sysfs needs mts-io-sysfs repo --- recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb index 26337f3..074ce11 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb @@ -12,7 +12,7 @@ PR = "r0" SRCREV = "${PV}" -SRC_URI = "git://git.multitech.net/mts-io.git;protocol=git;branch=master \ +SRC_URI = "git://git.multitech.net/mts-io-sysfs.git;protocol=git;branch=master \ file://mts-io-sysfs.init" S = "${WORKDIR}/git" -- cgit v1.2.3 From 8f533895110c11516053c9bc11fe245d251dd769 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 28 Jan 2021 12:46:49 -0600 Subject: Fix up git fetches --- recipes-bsp/multitech/mtac-xdot_1.1.1.bb | 2 +- recipes-bsp/multitech/mts-id-eeprom.inc | 2 +- recipes-bsp/multitech/mts-io.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-bsp') 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 \ -- cgit v1.2.3