overo, pandora: remove traces of u-boot-omap3
[vuplus_openembedded] / conf / machine / omap3-pandora.conf
1 #@TYPE: Machine
2 #@NAME: OMAP3 based Pandora Handheld Console
3 #@DESCRIPTION: Machine configuration for the Pandora http://www.openpandora.org/ Handheld Console
4
5 TARGET_ARCH = "arm"
6 require conf/machine/include/omap3.inc
7
8 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
9 XSERVER = "xserver-xorg \
10            xf86-input-evdev \
11            xf86-input-tslib \
12            xf86-video-omapfb \
13           "
14
15 #What is the correct one, both seem in use?
16 MACHINE_GUI_CLASS = "bigscreen"
17 GUI_MACHINE_CLASS = "bigscreen"
18
19 #800 * 480 Widescreen
20 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
21 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
22
23 # Ship all kernel modules
24 MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules"
25
26 IMAGE_FSTYPES += "jffs2 tar.bz2"
27 EXTRA_IMAGECMD_jffs2 = "-lnp "
28
29 SERIAL_CONSOLE = "115200 ttyS0"
30
31 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen bluetooth wifi"