Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / conf / machine / overo.conf
1 #@TYPE: Machine
2 #@NAME: overo machine
3 #@DESCRIPTION: Machine configuration for the Gumstix Overo
4
5 include conf/machine/include/tune-cortexa8.inc
6
7 TARGET_ARCH = "arm"
8 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen"
9
10 UBOOT_ENTRYPOINT = "0x80008000"
11 UBOOT_LOADADDRESS = "0x80008000"
12 UBOOT_MACHINE_overo = "omap3_overo_config"
13
14 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
15
16 KERNEL_IMAGETYPE = "uImage"
17 SERIAL_CONSOLE = "115200 ttyS2"
18
19 IMAGE_FSTYPES += "tar.bz2"
20 EXTRA_IMAGEDEPENDS += " u-boot-omap3 x-load"
21
22 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
23 XSERVER = "xserver-xorg \
24            xf86-input-evdev \
25            xf86-input-mouse \
26            xf86-input-tslib \
27            xf86-video-omapfb \
28            xf86-input-keyboard"
29
30 GUI_MACHINE_CLASS = "bigscreen"
31
32