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 0680CE01802 for ; Tue, 12 Nov 2013 16:08:12 -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 3dK5kf6sQ0z3hhq4; 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 3dK5kf4qNQzbbgf; Wed, 13 Nov 2013 01:08:10 +0100 (CET) From: Marek Vasut To: Otavio Salvador Date: Wed, 13 Nov 2013 01:08:09 +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> In-Reply-To: <1384300762-10880-1-git-send-email-otavio@ossystems.com.br> MIME-Version: 1.0 Message-Id: <201311130108.09698.marex@denx.de> Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm-extra][PATCH 1/2] m28evk: 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: Icd9e08c3e774ea3a0df2c532ef52619d378a4fca > Signed-off-by: Otavio Salvador > --- > conf/machine/m28evk.conf | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/conf/machine/m28evk.conf b/conf/machine/m28evk.conf > index abe7c03..76d5b3d 100644 > --- a/conf/machine/m28evk.conf > +++ b/conf/machine/m28evk.conf > @@ -21,3 +21,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0" > KERNEL_IMAGETYPE = "uImage" > > MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" > + > +# Avoid adding gst-fsl-plugin as we use non-FSL kernel > +MACHINE_GSTREAMER_PLUGIN_m28evk = "" Acked-by: Marek Vasut Best regards, Marek Vasut