aboutsummaryrefslogtreecommitdiffstats
path: root/mtd
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-18 19:46:19 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-18 19:46:19 +0000
commit23301ce6c2b752cdde8803a19346d879b2bca51e (patch)
tree6cb963059eb4a17c9f16809ea3093a5f61f37f02 /mtd
parent3b0a7d39935d92425d3f98142a5adffd1de91a8d (diff)
downloadopenembedded-23301ce6c2b752cdde8803a19346d879b2bca51e.tar.gz
fix mtd-native including mtd.oe
BKrev: 40d3468bfK9EEttkJP5gM2Sl6Mu72w
Diffstat (limited to 'mtd')
-rw-r--r--mtd/mtd-native_20040614.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/mtd/mtd-native_20040614.oe b/mtd/mtd-native_20040614.oe
index e69de29bb2..30978bb38f 100644
--- a/mtd/mtd-native_20040614.oe
+++ b/mtd/mtd-native_20040614.oe
@@ -0,0 +1,12 @@
+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
+}