diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-07 10:42:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-07 10:42:21 +0000 |
commit | f2621356658127ac7ff8f9a987dd858a3ec58373 (patch) | |
tree | a0e41104d3fae6037b0f40cfccd4ce3aabfbee97 | |
parent | 9f997656350dbc5b26da39118689f89cea683f89 (diff) |
beagleboard: switch to using xorg
-rw-r--r-- | conf/machine/beagleboard.conf | 10 |
1 files changed, 7 insertions, 3 deletions
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" |