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 <[email protected]> --- conf/machine/m53evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf index 5fbae24..e49a157 100644 --- a/conf/machine/m53evk.conf +++ b/conf/machine/m53evk.conf @@ -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" -- 1.9.0 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
