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.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 522A3E01802 for ; Tue, 12 Nov 2013 16:08:12 -0800 (PST) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3dK5kf4Y1Sz4KK4S; Wed, 13 Nov 2013 01:08:10 +0100 (CET) X-Auth-Info: lxDVebEGFoh14SjU5ikrUQY8GazrDyZnLymYVSH8I/4= 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 3dK5kf44w6zbbg1; Wed, 13 Nov 2013 01:08:10 +0100 (CET) From: Marek Vasut To: Otavio Salvador Date: Wed, 13 Nov 2013 01:08:02 +0100 User-Agent: KMail/1.13.7 (Linux/3.10-2-amd64; KDE/4.10.5; x86_64; ; ) References: <1384300762-10880-1-git-send-email-otavio@ossystems.com.br> <1384300762-10880-2-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1384300762-10880-2-git-send-email-otavio@ossystems.com.br> MIME-Version: 1.0 Message-Id: <201311130108.02707.marex@denx.de> Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm-extra][PATCH 2/2] m53evk: Do not enable GStreamer plugin 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, 13 Nov 2013 00:08:13 -0000 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear Otavio Salvador, > The kernel used for this board is based in the mainline kernel and > does not provide the Freescale specific headers so we cannot build the > GStreamer specific plugin. > > Change-Id: I382759bc05a74c638cb80dd61ce950bf896d33cf > Signed-off-by: Otavio Salvador > --- > conf/machine/m53evk.conf | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf > index e2fbc56..20f0684 100644 > --- a/conf/machine/m53evk.conf > +++ b/conf/machine/m53evk.conf > @@ -21,3 +21,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard" > SERIAL_CONSOLE = "115200 ttymxc1" > > MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" > + > +# Avoid adding gst-fsl-plugin as we use non-FSL kernel > +MACHINE_GSTREAMER_PLUGIN_m53evk = "" Acked-by: Marek Vasut Best regards, Marek Vasut