From 424a3b3e609340ba294492dbe0a3349a2ca73fda Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 11 Sep 2003 20:55:34 +0000 Subject: Add mtd install function. BKrev: 3f60e146aaVfMXvc2mLpVBFIKcsa1g --- content/mtd.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'content') diff --git a/content/mtd.oe b/content/mtd.oe index e69de29bb2..87988871ff 100644 --- a/content/mtd.oe +++ b/content/mtd.oe @@ -0,0 +1,19 @@ +PV = ${@os.popen("date +%Y%m%d").readline().strip()} + +S = ${WORKDIR}/mtd/util +SRC_URI = cvs://anoncvs:anoncvs@cvs.infradead.org/home/cvs;module=mtd + +#EXTRA_OEMAKE_append = " util" +CFLAGS_prepend = "-I${S}/../include " +CPPFLAGS_prepend = "-I${S}/../include " +CXXFLAGS_prepend = "-I${S}/../include " + +do_install () { + set -e + install -d ${D}/usr/bin + for binary in ftl_format erase eraseall nanddump doc_loadbios \ + mkfs.jffs ftl_check mkfs.jffs2 lock unlock einfo mtd_debug \ + fcp nandwrite jffs2dump; do + install -m 0755 $binary ${D}/usr/bin/ + done +} -- cgit v1.2.3