diff options
Diffstat (limited to 'content/mtd.oe')
-rw-r--r-- | content/mtd.oe | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/content/mtd.oe b/content/mtd.oe deleted file mode 100644 index 78b7c4d62f..0000000000 --- a/content/mtd.oe +++ /dev/null @@ -1,17 +0,0 @@ -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 - -CFLAGS_prepend = "-I${S}/../include " -CPPFLAGS_prepend = "-I${S}/../include " -CXXFLAGS_prepend = "-I${S}/../include " - -do_install () { - 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 -} |