From aaa4951d8b25591ebf7e98e02d8e7873d082d3e9 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 20 Jun 2011 14:13:21 -0700 Subject: beagleboard: switch to xserver-xf86-lite Try to get closer to the meta-texasinstruments layer which uses xserver-xorg. Provide a default xorg.conf that matches the one from meta-texasinstruments. Signed-off-by: Darren Hart --- meta-yocto/conf/machine/beagleboard.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-yocto/conf/machine') diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index 945744bc07..fddacf92e9 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf @@ -3,8 +3,12 @@ #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board TARGET_ARCH = "arm" -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" -XSERVER = "xserver-kdrive-fbdev" +PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite" +XSERVER = "xserver-xf86-lite \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-video-omapfb \ + xf86-input-keyboard" # Ship all kernel modules by default MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -- cgit v1.2.3-54-g00ecf