m53evk: Force override of XSERVER setting

This really fixes the build failure due non-FSL kernel use with AMD
GPU. The commit b43b8470 didn't fix the issue, as we identified in our
autobuilder.

Change-Id: Ia56e9df03b316c78ad9c718f66afa70cffae45cd
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2014-02-28 17:08:18 -03:00
parent ba9d15fc70
commit 647cf02788

View File

@ -25,4 +25,4 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
# Overrides due use of non-FSL kernel
PREFERRED_VERSION_imx-test = "00.00.00"
MACHINE_GSTREAMER_PLUGIN_m53evk = ""
XSERVER_DRIVER = "xf86-video-fbdev"
XSERVER_DRIVER_m53evk = "xf86-video-fbdev"