merge of '8996304d45d20965f75c306e6317a0238f26fbf7'
[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 TARGET_FPU_arm = "hard"
8
9 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
10
11 GUI_MACHINE_CLASS = "smallscreen"
12 PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te armv6"
13
14 PREFERRED_PROVIDER_virtual/kernel = "linux"
15
16 require conf/machine/include/tune-arm1136jf-s.inc
17
18 #
19 # usb networking
20 #
21 module_conf_g_ether = "alias usb0 g_ether"
22
23 # used by sysvinit_2
24 SERIAL_CONSOLE = "-L 115200 ttymxc0 vt100"
25
26 # used by opie-collections.inc
27 ROOT_FLASH_SIZE = "32"
28
29 # to avoid annoying jffs2 messages
30 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000"
31
32 IMAGE_FSTYPES += "tar.gz"
33