diff options
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index fa2f8e7a55..06a0ecd388 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
@@ -2,8 +2,8 @@ | |||
2 | #@NAME: Beagleboard machine | 2 | #@NAME: Beagleboard machine |
3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board | 3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board |
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg-lite" | 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg-lite" |
6 | XSERVER = "xserver-xorg-lite \ | 6 | XSERVER ?= "xserver-xorg-lite \ |
7 | xf86-input-evdev \ | 7 | xf86-input-evdev \ |
8 | xf86-input-mouse \ | 8 | xf86-input-mouse \ |
9 | xf86-video-omapfb \ | 9 | xf86-video-omapfb \ |