diff options
author | John Klug <john.klug@multitech.com> | 2018-04-18 17:52:03 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-04-18 18:39:16 -0500 |
commit | 3c8466f555782592d33575ec835e335ea8db8def (patch) | |
tree | 236e6de80f06a0996c351fd36f3cf18cce8be285 /recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb | |
parent | 3ba4e967bfd4ee137e19cde89d71349834a535d4 (diff) | |
download | meta-multitech-3c8466f555782592d33575ec835e335ea8db8def.tar.gz meta-multitech-3c8466f555782592d33575ec835e335ea8db8def.tar.bz2 meta-multitech-3c8466f555782592d33575ec835e335ea8db8def.zip |
Change get-eeprom-device-config for no radio case
Diffstat (limited to 'recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb')
-rw-r--r-- | recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb b/recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb deleted file mode 100644 index c2330c3..0000000 --- a/recipes-bsp/multitech/get-eeprom-device-config_1.1.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -# Script to copy the EEPROM to /run/config and -# init script to populate /run/config -inherit update-rc.d -PR = "r1" -DESCRIPTION = "EEPROM copyting tool" -HOMEPAGE = "http://www.multitech.net/" -SECTION = "console/utils" -PRIORITY = "optional" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" -RDEPENDS_${PN} =+ "bash" - -SRCREV = "${PV}" - -SRC_URI = "file://${PN}.sh \ - file://init" - -PARALLEL_MAKE = "" - - -fakeroot do_install_append() { - # install MTCAP mts-io init script - install -d 0755 ${D}${base_sbindir} - install -d 0755 ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/${PN}.sh ${D}${base_sbindir}/${PN} - install -m 0755 ${WORKDIR}/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 ." |