summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-10-12 17:19:28 -0500
committerJohn Klug <john.klug@multitech.com>2017-12-06 10:38:37 -0600
commitec24dbd8bf7e452071bfa330883f64c28741f825 (patch)
tree0d60d3a77c3bba244b74b1a5a9adc1aaaa5bb6b2
parent2b2c2c4f2927d7a3731c9522f5c8a186440cffdc (diff)
downloadmeta-multitech-ec24dbd8bf7e452071bfa330883f64c28741f825.tar.gz
meta-multitech-ec24dbd8bf7e452071bfa330883f64c28741f825.tar.bz2
meta-multitech-ec24dbd8bf7e452071bfa330883f64c28741f825.zip
Add mts-fpga-loader to mtcdt
-rw-r--r--recipes-bsp/multitech/mts-id-eeprom.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc
index 2e6af6f..abc661c 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 = "r0"
+INC_PR = "r1"
DEPENDS = "mts-io openssl"
RDEPENDS_${PN} =+ "bash"
@@ -21,16 +21,13 @@ inherit autotools
PARALLEL_MAKE = ""
FILES_${PN}_append_mtcap += "${libdir}/mts-flash-binaries/mtcap-fpga-v31.hex ${libdir}/mts-flash-binaries/mtcap-fpga-v33.hex "
-#FILES_${PN}_append_mtcdt += "${libdir}/mts-flash-binaries/mtcdt-fpga-v31.hex ${libdir}/mts-flash-binaries/mtcdt-fpga-v33.hex "
+FILES_${PN}_append_mtcdt += "${libdir}/mts-flash-binaries/mtcdt-fpga-v31.hex ${libdir}/mts-flash-binaries/mtcdt-fpga-v33.hex "
-fakeroot do_install_append_mtcap() {
+fakeroot do_install_append() {
# install MTCAP mts-io init script
install -d -m 0755 ${D}${libdir}/mts-flash-binaries
install -m 0444 ${WORKDIR}/${MACHINE}-fpga-v31.hex ${D}${libdir}/mts-flash-binaries
install -m 0444 ${WORKDIR}/${MACHINE}-fpga-v33.hex ${D}${libdir}/mts-flash-binaries
}
-fakeroot do_install_append_mtcdt() {
- rm -f ${D}/sbin/mts-fpga-loader
-}