From fc393dbed7b562c3dd761d94575138b278ff99c6 Mon Sep 17 00:00:00 2001 From: Mykola Salomatin Date: Tue, 17 May 2022 19:08:14 +0300 Subject: [MTX-4480] mPower R.6.0.X: MTCAP3 - Filesystem Encryption capability GP-1586 --- recipes-bsp/multitech/mts-id-eeprom.inc | 4 +-- recipes-bsp/multitech/mts-id-eeprom_0.6.4.bb | 3 -- recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb | 3 ++ recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb | 46 ---------------------------- recipes-bsp/multitech/mts-io-sysfs_0.2.5.bb | 46 ++++++++++++++++++++++++++++ recipes-bsp/multitech/mts-io_4.9.4.bb | 2 -- recipes-bsp/multitech/mts-io_4.9.5.bb | 2 ++ 7 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 recipes-bsp/multitech/mts-id-eeprom_0.6.4.bb create mode 100644 recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb delete mode 100644 recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb create mode 100644 recipes-bsp/multitech/mts-io-sysfs_0.2.5.bb delete mode 100644 recipes-bsp/multitech/mts-io_4.9.4.bb create mode 100644 recipes-bsp/multitech/mts-io_4.9.5.bb diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 13f2b05..7e1df05 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -4,7 +4,7 @@ SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -INC_PR = "r7" +INC_PR = "r0" DEPENDS = "mts-io openssl" DEPENDS_append_mtcdt3 = " mtcdt3b" DEPENDS_append_mtcdt3hs = " mtcdt3b" @@ -26,7 +26,7 @@ TARGET_CFLAGS_append_mtre = " -D MTRE" SRCREV = "${PV}" FILESEXTRAPATHS_prepend_mtcpmhs := "${THISDIR}/mts-id-eeprom/mtcdt:" -SRC_URI = "git://git.multitech.net/mts-id-eeprom;protocol=git" +SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-id-eeprom;protocol=ssh;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-id-eeprom_0.6.4.bb b/recipes-bsp/multitech/mts-id-eeprom_0.6.4.bb deleted file mode 100644 index 12c32c4..0000000 --- a/recipes-bsp/multitech/mts-id-eeprom_0.6.4.bb +++ /dev/null @@ -1,3 +0,0 @@ -require mts-id-eeprom.inc - -PR = "${INC_PR}.1" diff --git a/recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb b/recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb new file mode 100644 index 0000000..ccf3521 --- /dev/null +++ b/recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb @@ -0,0 +1,3 @@ +require mts-id-eeprom.inc + +PR = "${INC_PR}.0" diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb b/recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb deleted file mode 100644 index a489468..0000000 --- a/recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb +++ /dev/null @@ -1,46 +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 openssl" -RDEPENDS_${PN} = "bash" -PR = "r1" - -SRCREV = "${PV}" - -SRC_URI = "git://git.multitech.net/mts-io-sysfs.git;protocol=git;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 ." - -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.2.5.bb b/recipes-bsp/multitech/mts-io-sysfs_0.2.5.bb new file mode 100644 index 0000000..3b8bf7f --- /dev/null +++ b/recipes-bsp/multitech/mts-io-sysfs_0.2.5.bb @@ -0,0 +1,46 @@ +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 openssl" +RDEPENDS_${PN} = "bash" +PR = "r0" + +SRCREV = "${PV}" + +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 ." + +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_4.9.4.bb b/recipes-bsp/multitech/mts-io_4.9.4.bb deleted file mode 100644 index ee4fcfa..0000000 --- a/recipes-bsp/multitech/mts-io_4.9.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -require mts-io.inc - diff --git a/recipes-bsp/multitech/mts-io_4.9.5.bb b/recipes-bsp/multitech/mts-io_4.9.5.bb new file mode 100644 index 0000000..ee4fcfa --- /dev/null +++ b/recipes-bsp/multitech/mts-io_4.9.5.bb @@ -0,0 +1,2 @@ +require mts-io.inc + -- cgit v1.2.3