uclibc: remove obsolete patches for git version
[openembedded.git] / conf / machine / bug20.conf
blob2979c7e31f8956c0a70a26ef9ae5b5c3718bf99b
1 #@TYPE: Machine
2 #@NAME: BUG 2.0
3 #@DESCRIPTION: Machine configuration for the BUG 2.0 board (OMAP3530 based)
4 TARGET_ARCH = "arm"
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-tslib \
12            xf86-input-mouse \
13            xf86-video-omapfb \
14            xf86-input-keyboard"
16 # Only has DVI connector for external screen
17 GUI_MACHINE_CLASS = "bigscreen"
19 require conf/machine/include/omap3.inc
21 # this kernel is not provided in OE yet
22 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-hah"
24 IMAGE_FSTYPES += "tar.bz2 ubi"
25 EXTRA_IMAGECMD_jffs2 = "-lnp "
27 SERIAL_CONSOLE = "115200 ttyS2"
29 UBOOT_MACHINE = "omap3_bug_config"
31 # do ubiattach /dev/ubi_ctrl -m 4
32 # From dmesg:
33 # UBI: smallest flash I/O unit:    2048
34 # UBI: logical eraseblock size:    129024 bytes
35 # from ubiattach stdout:
36 # UBI device number 0, total 1996 LEBs
37 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
39 # do ubiattach /dev/ubi_ctrl -m 4
40 # from dmesg:
41 # UBI: smallest flash I/O unit:    2048
42 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
43 # UBI: sub-page size:              512
44 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
46 PREFERRED_VERSION_u-boot = "git"
48 # and sdio
49 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"