omap3-pandora.conf: Bump Kernel PR because of core changes
[openembedded.git] / conf / machine / bug20.conf
1 #@TYPE: Machine
2 #@NAME: BUG 2.0
3 #@DESCRIPTION: Machine configuration for the BUG 2.0 board (OMAP3530 based)
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xserver-xorg-extension-dri \
9            xserver-xorg-extension-glx \
10            xf86-input-evdev \
11            xf86-input-mouse \
12            xf86-video-omapfb \
13            xf86-input-keyboard"
14
15 # Only has DVI connector for external screen
16 GUI_MACHINE_CLASS = "bigscreen"
17
18 require conf/machine/include/omap3.inc
19
20 # this kernel is not provided in OE yet
21 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-hah"
22
23 IMAGE_FSTYPES += "tar.bz2"
24
25 SERIAL_CONSOLE = "115200 ttyS2"
26
27 UBOOT_MACHINE = "omap3_bug_config"
28
29 # do ubiattach /dev/ubi_ctrl -m 4
30 # From dmesg:
31 # UBI: smallest flash I/O unit:    2048
32 # UBI: logical eraseblock size:    129024 bytes
33 # from ubiattach stdout:
34 # UBI device number 0, total 1996 LEBs
35 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
36
37 # do ubiattach /dev/ubi_ctrl -m 4
38 # from dmesg:
39 # UBI: smallest flash I/O unit:    2048
40 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
41 # UBI: sub-page size:              512
42 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
43
44 PREFERRED_VERSION_u-boot = "git"
45
46 # and sdio
47 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"