mtd-native_20041113.bb license added
authorNigel Kostiuck <emte@labotomy.net>
Sat, 18 Dec 2004 18:57:25 +0000 (18:57 +0000)
committerNigel Kostiuck <emte@labotomy.net>
Sat, 18 Dec 2004 18:57:25 +0000 (18:57 +0000)
BKrev: 41c47d95dg33TsJJ8pgJQAofVQXY_g

conf/distro/enlightenment.conf [new file with mode: 0644]
conf/machine/h3600-mine.conf [new file with mode: 0644]
conf/machine/tune-strongarm3.conf [new file with mode: 0644]
packages/linux/enlightenment-sa_2.4.19-rmk6-pxa1-hh37.1.bb [new file with mode: 0644]
packages/mtd/mtd-native_20041113.bb

diff --git a/conf/distro/enlightenment.conf b/conf/distro/enlightenment.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/conf/machine/h3600-mine.conf b/conf/machine/h3600-mine.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/conf/machine/tune-strongarm3.conf b/conf/machine/tune-strongarm3.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/linux/enlightenment-sa_2.4.19-rmk6-pxa1-hh37.1.bb b/packages/linux/enlightenment-sa_2.4.19-rmk6-pxa1-hh37.1.bb
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..0cecc71 100644 (file)
@@ -0,0 +1,14 @@
+LICENSE = "GPLv2"
+SECTION = "base"
+include mtd_${PV}.bb
+inherit native
+DEPENDS = "patcher-native zlib-native"
+FILESDIR = "${@os.path.dirname(bb.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
+}