summaryrefslogtreecommitdiff
path: root/mtd/mtd-native_20040614.oe
diff options
context:
space:
mode:
Diffstat (limited to 'mtd/mtd-native_20040614.oe')
-rw-r--r--mtd/mtd-native_20040614.oe13
1 files changed, 0 insertions, 13 deletions
diff --git a/mtd/mtd-native_20040614.oe b/mtd/mtd-native_20040614.oe
deleted file mode 100644
index d3fa78a76b..0000000000
--- a/mtd/mtd-native_20040614.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-SECTION = "base"
-include mtd_${PV}.oe
-inherit native
-DEPENDS = "patcher-native zlib-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/mtd"
-
-do_stage () {
- for binary in ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
- mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info mtd_debug \
- flashcp nandwrite jffs2dump; do
- install -m 0755 util/$binary ${STAGING_BINDIR}/
- done
-}