* [PATCH] m53evk: Fix build failure due non-FSL kernel use with AMD GPU
@ 2014-02-19 13:21 Otavio Salvador
2014-02-19 16:10 ` Marek Vasut
0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2014-02-19 13:21 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Marek Vasut, Otavio Salvador
The m53evk board uses the DENX kernel which is based in mainline and
does not has the need drivers for AMD GPU driver to build. This
patches makes it use the Framebuffer driver instead fixing a build
failure found in our autobuilder.
Change-Id: Iad1dfbb7f9ed342f374d9721228eff09e821377f
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Cc: Marek Vasut <marex@denx.de>
---
conf/machine/m53evk.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf
index 20f0684..925ffdd 100644
--- a/conf/machine/m53evk.conf
+++ b/conf/machine/m53evk.conf
@@ -24,3 +24,6 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
# Avoid adding gst-fsl-plugin as we use non-FSL kernel
MACHINE_GSTREAMER_PLUGIN_m53evk = ""
+
+# Avoid using AMD GPU driver as we use non-FSL kernel
+XSERVER_DRIVER = "xf86-video-fbdev"
--
1.8.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] m53evk: Fix build failure due non-FSL kernel use with AMD GPU
2014-02-19 13:21 [PATCH] m53evk: Fix build failure due non-FSL kernel use with AMD GPU Otavio Salvador
@ 2014-02-19 16:10 ` Marek Vasut
0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2014-02-19 16:10 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Wednesday, February 19, 2014 at 02:21:50 PM, Otavio Salvador wrote:
> The m53evk board uses the DENX kernel which is based in mainline and
> does not has the need drivers for AMD GPU driver to build. This
> patches makes it use the Framebuffer driver instead fixing a build
> failure found in our autobuilder.
>
> Change-Id: Iad1dfbb7f9ed342f374d9721228eff09e821377f
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Marek Vasut <marex@denx.de>
> ---
> conf/machine/m53evk.conf | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf
> index 20f0684..925ffdd 100644
> --- a/conf/machine/m53evk.conf
> +++ b/conf/machine/m53evk.conf
> @@ -24,3 +24,6 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa
> touchscreen"
>
> # Avoid adding gst-fsl-plugin as we use non-FSL kernel
> MACHINE_GSTREAMER_PLUGIN_m53evk = ""
> +
> +# Avoid using AMD GPU driver as we use non-FSL kernel
> +XSERVER_DRIVER = "xf86-video-fbdev"
Reviewed-by: Marek Vasut <marex@denx.de>
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-19 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 13:21 [PATCH] m53evk: Fix build failure due non-FSL kernel use with AMD GPU Otavio Salvador
2014-02-19 16:10 ` Marek Vasut
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.