Revert "om-gta02.conf : prefer xserver-xorg"
[vuplus_openembedded] / conf / machine / om-gta02.conf
1 #-----------------------------------------------------------------------------
2 #@TYPE: Machine
3 #@NAME: Openmoko GTA02 (NeoFreerunner)
4 #@DESCRIPTION: Machine configuration for the Openmoko NeoFreerunner GSM phone
5 #-----------------------------------------------------------------------------
6
7 TARGET_ARCH = "arm"
8 MACHINE_CLASS = "neo1973"
9 PACKAGE_EXTRA_ARCHS = "fic-gta02 ${MACHINE_CLASS}"
10
11 PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko"
12 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo"
13 UBOOT_ENTRYPOINT = "30008000"
14
15 MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2"
16 MACHINE_DISPLAY_WIDTH_PIXELS = "480"
17 MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
18 MACHINE_DISPLAY_ORIENTATION = "0"
19 MACHINE_DISPLAY_PPI = "285"
20 XSERVER = "xserver-xorg \
21            xf86-input-tslib \
22            xf86-input-mouse \
23            xf86-video-fbdev \
24            xf86-input-keyboard"
25
26 # package machine specific modules
27 MACHINE_EXTRA_RRECOMMENDS = "\
28   kernel-module-gta01-pm-bt  \
29   kernel-module-gta01-pm-gps \
30   kernel-module-gta01-pm-gsm \
31   kernel-module-gta01kbd \
32   kernel-module-s3cmci \
33   kernel-module-snd-soc-neo1973-gta02-wm8753 \
34 "
35
36 # no need to bypass this as in om-gta01, since this model is not using a multiplexed ttySAC0
37 SERIAL_CONSOLE = "115200 ttySAC2"
38
39 # used by some images
40 ROOT_FLASH_SIZE = "256"
41
42 # extra jffs2 tweaks
43 IMAGE_FSTYPES ?= "jffs2"
44 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
45   --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
46   --littleendian --pad \
47   -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
48   -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"
49
50 # build / upload tools
51 EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native"
52
53 # tune for S3C24x0
54 include conf/machine/include/tune-arm920t.inc