From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co9outboundpool.messaging.microsoft.com (co9ehsobe004.messaging.microsoft.com [207.46.163.27]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0D672E0180D for ; Thu, 7 Nov 2013 04:56:03 -0800 (PST) Received: from mail191-co9-R.bigfish.com (10.236.132.249) by CO9EHSOBE002.bigfish.com (10.236.130.65) with Microsoft SMTP Server id 14.1.225.22; Thu, 7 Nov 2013 12:56:02 +0000 Received: from mail191-co9 (localhost [127.0.0.1]) by mail191-co9-R.bigfish.com (Postfix) with ESMTP id 30825C00495; Thu, 7 Nov 2013 12:56:02 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -5 X-BigFish: VS-5(z579ehz98dI936eI1102I1432I4015Izz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h1d1ah1d2ah1fc6hzz1de098h17326ah8275dh1de097h186068hz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh2222h224fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail191-co9 (localhost.localdomain [127.0.0.1]) by mail191-co9 (MessageSwitch) id 1383828959634460_6242; Thu, 7 Nov 2013 12:55:59 +0000 (UTC) Received: from CO9EHSMHS025.bigfish.com (unknown [10.236.132.251]) by mail191-co9.bigfish.com (Postfix) with ESMTP id 96D58600051; Thu, 7 Nov 2013 12:55:59 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO9EHSMHS025.bigfish.com (10.236.130.35) with Microsoft SMTP Server (TLS) id 14.16.227.3; Thu, 7 Nov 2013 12:55:59 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Thu, 7 Nov 2013 12:55:58 +0000 Received: from [10.29.244.25] ([10.29.244.25]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id rA7CtvR9010572; Thu, 7 Nov 2013 05:55:58 -0700 Message-ID: <527B8C95.8000402@freescale.com> Date: Thu, 7 Nov 2013 10:50:29 -0200 From: Daiane Angolini Organization: Freescale Semiconductor User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: br jer , References: In-Reply-To: X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: Build a gstreamer application with yocto for imx6 Wandboard 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: Thu, 07 Nov 2013 12:56:04 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 07-11-2013 02:16, br jer wrote: > I am using the "master" branch of Yocto. I have a gstreamer application > that is compiled and tested on Ubuntu. I have a Makefile for this > application. The Yocto build I use fsl-image-test and added a few > plugins in my conf.local. I have tested all the plugins/pipeline that > is needed for this app with gst-launch. > > I just want to run a quick test of the code on the wandboard, what is > the fastest way to do a make and produce a executable ? I looked at the > Yocto manual and it seems that it calls for creating a recipe etc. Is > there a simple template that I can use? You can try to use your already built binary into any rootfs. If you decide to try to make the recipe, you can share here your problems, but, please take care of proprietary stuff. You can try at first an tiny example: http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.40.bb?h=master-next&id=9135a32b50800cac2c3feb0bac1f19c3d6743add and then go to a more complex one: http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-multimedia/gst-plugins/gst-fsl-plugin_3.0.9.bb?h=master-next&id=9135a32b50800cac2c3feb0bac1f19c3d6743add Daiane > > Thanks, > Norman > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > -- Daiane