From: Koen Kooi Date: Thu, 7 Aug 2008 10:42:21 +0000 (+0000) Subject: beagleboard: switch to using xorg X-Git-Tag: Release-2010-05/1~6340^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2621356658127ac7ff8f9a987dd858a3ec58373;p=openembedded.git beagleboard: switch to using xorg --- diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index cbd82fa467..5d88adee4a 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -4,8 +4,12 @@ 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 @@ PREFERRED_VERSION_u-boot = "git" EXTRA_IMAGEDEPENDS += "u-boot x-load" # and sdio -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" +MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"