From: Marek Vasut <marex@denx.de>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [PATCH] m53evk: Fix build failure due non-FSL kernel use with AMD GPU
Date: Wed, 19 Feb 2014 17:10:59 +0100 [thread overview]
Message-ID: <201402191710.59281.marex@denx.de> (raw)
In-Reply-To: <1392816110-21714-1-git-send-email-otavio@ossystems.com.br>
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
prev parent reply other threads:[~2014-02-19 16:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201402191710.59281.marex@denx.de \
--to=marex@denx.de \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.