scripts: change default ARM BSP to use xserver-xorg, not -lite

(From meta-yocto rev: 22cd22813a07c03f47810754a89916f629ce13cd)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-09-12 11:33:58 +01:00 committed by Richard Purdie
parent c46ca0666a
commit fe0cc42cd9
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
{{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }}
{{ if xserver == "y": }}
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg-lite"
XSERVER = "xserver-xorg-lite \
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-input-mouse \
xf86-video-omapfb \