increase dvbapp PR.
[vuplus_openembedded] / conf / machine / overo.conf
1 #@TYPE: Machine
2 #@NAME: overo machine
3 #@DESCRIPTION: Machine configuration for the Gumstix Overo
4
5 require conf/machine/include/omap3.inc
6
7 TARGET_ARCH = "arm"
8 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen"
9
10 UBOOT_MACHINE_overo = "omap3_overo_config"
11
12 SERIAL_CONSOLE = "115200 ttyS2"
13
14 IMAGE_FSTYPES += "tar.bz2"
15
16 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
17 XSERVER = "xserver-xorg \
18            xf86-input-evdev \
19            xf86-input-mouse \
20            xf86-input-tslib \
21            xf86-video-omapfb \
22            xf86-input-keyboard"
23
24 GUI_MACHINE_CLASS = "bigscreen"
25
26 # do ubiattach /dev/ubi_ctrl -m 4
27 # From dmesg:
28 # UBI: smallest flash I/O unit:    2048
29 # UBI: logical eraseblock size:    129024 bytes
30 # from ubiattach stdout:
31 # UBI device number 0, total 1996 LEBs
32 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
33
34 # do ubiattach /dev/ubi_ctrl -m 4
35 # from dmesg:
36 # UBI: smallest flash I/O unit:    2048
37 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
38 # UBI: sub-page size:              512
39 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"