summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormykola.salomatin <mykola.salomatin@globallogic.com>2020-12-22 12:25:46 +0200
committermykola.salomatin <mykola.salomatin@globallogic.com>2020-12-22 12:25:46 +0200
commit4e976561b4d06bd16bd371218894104cce9c40ef (patch)
tree15fed3bf7e367ce4d652037bd5404766b0e3004d
parent87c99fa5c8378ae26c955407ecc12a9ff52b0d03 (diff)
downloadmeta-multitech-4e976561b4d06bd16bd371218894104cce9c40ef.tar.gz
meta-multitech-4e976561b4d06bd16bd371218894104cce9c40ef.tar.bz2
meta-multitech-4e976561b4d06bd16bd371218894104cce9c40ef.zip
[MTX-3769] Conduit 300: New Capability - TPM
-rw-r--r--recipes-bsp/multitech/mts-io-sysfs_0.1.12.bb50
1 files changed, 0 insertions, 50 deletions
diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.12.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.12.bb
deleted file mode 100644
index 8ad2bce..0000000
--- a/recipes-bsp/multitech/mts-io-sysfs_0.1.12.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"
-}