merge of '2c62d5f53df6ab7b1ada734c156e6c252c1ef900'
[vuplus_openembedded] / conf / machine / mx31moboard.conf
1 #@TYPE: Machine
2 #@Name: EPFL mx31MoBoard
3 #@DESCRIPTION: Machine configuration for EPFL MX31MoBoard
4 #@Website: http://mobots.epfl.ch/mx31MoBoard.html
5
6 TARGET_ARCH = "arm"
7
8 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
9
10 GUI_MACHINE_CLASS = "smallscreen"
11 PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te armv6"
12
13 PREFERRED_PROVIDER_virtual/kernel = "linux"
14
15 require conf/machine/include/tune-arm1136jf-s.inc
16
17 #
18 # usb networking
19 #
20 module_conf_g_ether = "alias usb0 g_ether"
21
22 # used by sysvinit_2
23 SERIAL_CONSOLE = "-L 115200 ttymxc0 vt100"
24
25 # used by opie-collections.inc
26 ROOT_FLASH_SIZE = "32"
27
28 # to avoid annoying jffs2 messages
29 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000"
30
31 IMAGE_FSTYPES += "tar.gz"
32