increase dvbapp PR.
[vuplus_openembedded] / conf / machine / palmpre.conf
1 #@TYPE: Machine
2 #@NAME: Palm Pre machine
3 #@DESCRIPTION: Machine configuration for the Palm Pre handset
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-mouse \
10            xf86-video-omapfb \
11            xf86-input-keyboard"
12
13 MACHINE_DISPLAY_WIDTH_PIXELS = "320"
14 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
15 MACHINE_DISPLAY_ORIENTATION = "0"
16 MACHINE_DISPLAY_PPI = "185"
17
18 require conf/machine/include/omap3.inc
19
20 # Put it below omap3.inc as we override the kernel here
21 PREFERRED_PROVIDER_virtual/kernel = "linux-palmpre"
22
23
24 IMAGE_FSTYPES += "tar.bz2"
25
26 # Let's keep the following three from the beagleboard machine config
27 UBOOT_MACHINE = "omap3_beagle_config"
28 PREFERRED_VERSION_u-boot = "git"
29
30 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa phone bluetooth touchscreen keyboard wifi"