Merge branch 'opendreambox' of git://git.ritzmo.de/openembedded into opendreambox
[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 include conf/machine/include/tune-cortexa8.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 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
32
33 #KERNEL_IMAGETYPE = "uImage"
34
35 #UBOOT_ENTRYPOINT = "0x80008000"
36 #UBOOT_LOADADDRESS = "0x80008000"
37 #UBOOT_ARCH = "arm"
38 #UBOOT_MACHINE = "omap3_pandora_config"
39
40 #EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load"
41
42
43 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen bluetooth wifi"