[oe-commits] Frans Meulenbroeks : openrd-client: added machine configuration

git version control git at git.openembedded.org
Wed Oct 14 17:54:10 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1ada943b5ef7181c23cd607c116257bf536f762c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1ada943b5ef7181c23cd607c116257bf536f762c

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Oct 14 19:51:43 2009 +0200

openrd-client: added machine configuration

---

 conf/machine/openrd-client.conf |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/machine/openrd-client.conf b/conf/machine/openrd-client.conf
new file mode 100644
index 0000000..9a7625f
--- /dev/null
+++ b/conf/machine/openrd-client.conf
@@ -0,0 +1,21 @@
+#@NAME: ARM based OpenRD-Client
+
+MACHINE_EXTRA_RDEPENDS          = "u-boot-utils"
+MACHINE_EXTRA_RRECOMMENDS       = "kernel-modules"
+
+# do ubiattach /dev/ubi_ctrl -m 4
+# From dmesg:
+# UBI: smallest flash I/O unit:    2048
+# UBI: logical eraseblock size:    129024 bytes
+# from ubiattach stdout:
+# UBI device number 0, total 4096 LEBs
+MKUBIFS_ARGS = "-m 2048 -e 129024 -c 4096"
+
+# do ubiattach /dev/ubi_ctrl -m 4
+# from dmesg:
+# UBI: smallest flash I/O unit:    2048
+# UBI: physical eraseblock size:   131072 bytes (128 KiB)
+# UBI: sub-page size:              512
+UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
+
+require conf/machine/include/kirkwood.inc





More information about the Openembedded-commits mailing list