aboutsummaryrefslogtreecommitdiffstats
path: root/mtd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-02 19:38:31 +0000
committerChris Larson <clarson@kergoth.com>2003-10-02 19:38:31 +0000
commit66b26446bfe6d0be8cd3e71aa512226ef8c47c1f (patch)
treede8d6d0938df520cd91d10eae10e955adcf53315 /mtd
parent33e9dfddb87469986fb65ecf783e713d0e7e8818 (diff)
downloadopenembedded-66b26446bfe6d0be8cd3e71aa512226ef8c47c1f.tar.gz
Remove various sets of PN that existed to work around a parser bug that is now fixed.
BKrev: 3f7c7eb7RQmCNHUZNE23vEngtUAujQ
Diffstat (limited to 'mtd')
-rw-r--r--mtd/mtd-buildarch.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/mtd/mtd-buildarch.oe b/mtd/mtd-buildarch.oe
index e69de29bb2..4843efa6ba 100644
--- a/mtd/mtd-buildarch.oe
+++ b/mtd/mtd-buildarch.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
+}