[oe-commits] Valentin Longchamp : mx31moboard: update config

GIT User account git at amethyst.openembedded.net
Mon Dec 8 14:06:12 UTC 2008


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

Author: Valentin Longchamp <valentin.longchamp at epfl.ch>
Date:   Mon Dec  8 14:41:34 2008 +0100

mx31moboard: update config

---

 conf/machine/mx31moboard.conf |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/conf/machine/mx31moboard.conf b/conf/machine/mx31moboard.conf
index 6884d6e..a00a9b1 100644
--- a/conf/machine/mx31moboard.conf
+++ b/conf/machine/mx31moboard.conf
@@ -1,32 +1,35 @@
 #@TYPE: Machine
-#@Name: EPFL mx31MoBoard
-#@DESCRIPTION: Machine configuration for EPFL MX31MoBoard
-#@Website: http://mobots.epfl.ch/mx31MoBoard.html
+#@Name: EPFL mx31moboard
+#@DESCRIPTION: Machine configuration for EPFL mx31moboard
+#@Website: http://mobots.epfl.ch/mx31moboard.html
 
 TARGET_ARCH = "arm"
 
 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
 
 GUI_MACHINE_CLASS = "smallscreen"
-PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te armv6"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 
 require conf/machine/include/tune-arm1136jf-s.inc
 
-#
 # usb networking
-#
 module_conf_g_ether = "alias usb0 g_ether"
 
+# wifi module
+module_conf_rt2570-k2wrlz = "alias rausb0 rt2570"
+
+# tinylogin is broken for our speeds
+DISTRO_LOGIN_MANAGER = "busybox"
+
 # used by sysvinit_2
-SERIAL_CONSOLE = "-L 115200 ttymxc0 vt100"
+SERIAL_CONSOLE = "-Lh 921600 ttymxc0 vt100"
 
 # used by opie-collections.inc
-ROOT_FLASH_SIZE = "32"
+ROOT_FLASH_SIZE = "29"
 
 # to avoid annoying jffs2 messages
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000"
+EXTRA_IMAGECMD_jffs2 = "--pad=0x1d00000 --little-endian --eraseblock=0x20000"
 
 IMAGE_FSTYPES += "tar.gz"
 





More information about the Openembedded-commits mailing list