[oe-commits] org.oe.dev beagleboard: switch to using xorg

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:59:11 UTC 2008


beagleboard: switch to using xorg

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4b026fa81440c18612c77b2ebf438831ccfe5d2a
ViewMTN: http://monotone.openembedded.org/revision/info/4b026fa81440c18612c77b2ebf438831ccfe5d2a
Files:
1
conf/machine/beagleboard.conf
Diffs:

#
# mt diff -r3410c003cfca49437d341940f66f92e87143474c -r4b026fa81440c18612c77b2ebf438831ccfe5d2a
#
#
#
# patch "conf/machine/beagleboard.conf"
#  from [d9ead88ad9a6d2f71fd898e1f6d3e15ccdda9ade]
#    to [0522763e9cc027487e7e483c9c17b62283d48ba8]
#
============================================================
--- conf/machine/beagleboard.conf	d9ead88ad9a6d2f71fd898e1f6d3e15ccdda9ade
+++ conf/machine/beagleboard.conf	0522763e9cc027487e7e483c9c17b62283d48ba8
@@ -4,8 +4,12 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv
 TARGET_ARCH = "arm"
 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a"
 
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard"
 
 # Only has DVI connector for external screen
 GUI_MACHINE_CLASS = "bigscreen"
@@ -36,4 +40,4 @@ EXTRA_IMAGEDEPENDS += "u-boot x-load"
 EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
 # and sdio
+MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"






More information about the Openembedded-commits mailing list