summaryrefslogtreecommitdiff
path: root/mtd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-15 22:28:08 +0000
committerChris Larson <clarson@kergoth.com>2003-10-15 22:28:08 +0000
commit237e1435f9677eca14b4a639a83893298d6e8bf5 (patch)
treefb8b860b8dff06f2e24037f1c49da041b5339851 /mtd
parenta7b8b908934222345f5c78f5172dff117e1c2489 (diff)
Rename mtd native .oe file.
BKrev: 3f8dc9f8DKZMUq9pCzb7jJmQ3Z2ChQ
Diffstat (limited to 'mtd')
-rw-r--r--mtd/mtd-native.oe10
-rw-r--r--mtd/mtd_native.oe0
2 files changed, 10 insertions, 0 deletions
diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe
new file mode 100644
index 0000000000..4843efa6ba
--- /dev/null
+++ b/mtd/mtd-native.oe
@@ -0,0 +1,10 @@
+inherit native
+include mtd.oe
+
+do_stage () {
+ 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 ${STAGING_BINDIR}/
+ done
+}
diff --git a/mtd/mtd_native.oe b/mtd/mtd_native.oe
deleted file mode 100644
index e69de29bb2..0000000000
--- a/mtd/mtd_native.oe
+++ /dev/null