diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-06 19:54:25 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-06 19:54:25 +0000 |
commit | 3f4268a2db364ab97ae6937e814dfd9d645356d6 (patch) | |
tree | fc70875bdf3a15aac4b9333d3c7050241ba6ca60 /mtd | |
parent | 82a66e271393f2e8c20209ee9c220d1a0454805b (diff) |
Rename the -buildarch packages to -native for consistency.
BKrev: 3f81c8716g4Yga7QFFqQff8FeCymZA
Diffstat (limited to 'mtd')
-rw-r--r-- | mtd/mtd-buildarch.oe | 10 | ||||
-rw-r--r-- | mtd/mtd-native.oe | 0 |
2 files changed, 0 insertions, 10 deletions
diff --git a/mtd/mtd-buildarch.oe b/mtd/mtd-buildarch.oe deleted file mode 100644 index 4843efa6ba..0000000000 --- a/mtd/mtd-buildarch.oe +++ /dev/null @@ -1,10 +0,0 @@ -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 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mtd/mtd-native.oe |