diff options
Diffstat (limited to 'mtd')
-rw-r--r-- | mtd/mtd-buildarch.oe | 10 |
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 +} |