From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6705CE007F0 for ; Wed, 19 Feb 2014 08:19:22 -0800 (PST) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3fTkds0Rdkz3hlbr; Wed, 19 Feb 2014 17:19:12 +0100 (CET) X-Auth-Info: 2zcd2lIdS0WDeET2cKzVQbJeTaqex8UHXjXPIBuiBWU= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3fTkdr6BfSzbbgH; Wed, 19 Feb 2014 17:19:12 +0100 (CET) From: Marek Vasut To: Otavio Salvador Date: Wed, 19 Feb 2014 17:10:59 +0100 User-Agent: KMail/1.13.7 (Linux/3.13-trunk-amd64; KDE/4.11.3; x86_64; ; ) References: <1392816110-21714-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1392816110-21714-1-git-send-email-otavio@ossystems.com.br> MIME-Version: 1.0 Message-Id: <201402191710.59281.marex@denx.de> Cc: meta-freescale Mailing List Subject: Re: [PATCH] m53evk: Fix build failure due non-FSL kernel use with AMD GPU X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 16:19:24 -0000 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 > Cc: Marek Vasut > --- > 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 Best regards, Marek Vasut