summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/enlightenment.conf0
-rw-r--r--conf/machine/h3600-mine.conf0
-rw-r--r--conf/machine/tune-strongarm3.conf0
-rw-r--r--packages/linux/enlightenment-sa_2.4.19-rmk6-pxa1-hh37.1.bb0
-rw-r--r--packages/mtd/mtd-native_20041113.bb14
5 files changed, 14 insertions, 0 deletions
diff --git a/conf/distro/enlightenment.conf b/conf/distro/enlightenment.conf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/conf/distro/enlightenment.conf
diff --git a/conf/machine/h3600-mine.conf b/conf/machine/h3600-mine.conf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/conf/machine/h3600-mine.conf
diff --git a/conf/machine/tune-strongarm3.conf b/conf/machine/tune-strongarm3.conf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/conf/machine/tune-strongarm3.conf
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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/linux/enlightenment-sa_2.4.19-rmk6-pxa1-hh37.1.bb
diff --git a/packages/mtd/mtd-native_20041113.bb b/packages/mtd/mtd-native_20041113.bb
index e69de29bb2..0cecc710ba 100644
--- a/packages/mtd/mtd-native_20041113.bb
+++ b/packages/mtd/mtd-native_20041113.bb
@@ -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
+}