[oe-commits] Graeme Gregory : om-gta02.conf : bring the hard work of xf86-video-glamo to om-gta02 in .dev

GIT User account git at amethyst.openembedded.net
Wed May 13 15:48:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 54d7edcaa7161cf273714c95e8b27fb682fba557
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=54d7edcaa7161cf273714c95e8b27fb682fba557

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Wed May 13 16:17:47 2009 +0100

om-gta02.conf : bring the hard work of xf86-video-glamo to om-gta02 in .dev

---

 conf/machine/om-gta02.conf |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index c31828a..94ca294 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -7,7 +7,7 @@
 TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko-2.6.28"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 UBOOT_ENTRYPOINT = "30008000"
 
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2"
@@ -15,7 +15,10 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "480"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
 MACHINE_DISPLAY_ORIENTATION = "0"
 MACHINE_DISPLAY_PPI = "285"
-XSERVER = "xserver-kdrive-glamo xserver-kdrive-fbdev"
+XSERVER = "xserver-xorg \
+           xf86-input-tslib \
+           xf86-video-glamo \
+           xf86-input-keyboard"
 
 # package machine specific modules
 MACHINE_EXTRA_RRECOMMENDS = "\





More information about the Openembedded-commits mailing list