From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail29.messagelabs.com (mail29.messagelabs.com [216.82.249.147]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 43E75E0145D for ; Tue, 8 Jan 2013 03:38:41 -0800 (PST) X-Env-Sender: Javier.Viguera@digi.com X-Msg-Ref: server-13.tower-29.messagelabs.com!1357645120!28745120!1 X-Originating-IP: [66.77.174.13] X-StarScan-Received: X-StarScan-Version: 6.6.1.8; banners=-,-,- X-VirusChecked: Checked Received: (qmail 27339 invoked from network); 8 Jan 2013 11:38:41 -0000 Received: from mail.mx1.digi.com (HELO mcl-sms-ns1.digi.com) (66.77.174.13) by server-13.tower-29.messagelabs.com with RC4-SHA encrypted SMTP; 8 Jan 2013 11:38:41 -0000 Received: from mcl-sms-exch01.digi.com (10.5.8.50) by mail.mx1.digi.com (172.16.1.13) with Microsoft SMTP Server (TLS) id 8.3.297.1; Tue, 8 Jan 2013 05:38:40 -0600 Received: from dor-sms-exch01.digi.com (10.49.8.100) by mcl-sms-exch01.digi.com (10.5.8.50) with Microsoft SMTP Server (TLS) id 8.3.297.1; Tue, 8 Jan 2013 05:38:40 -0600 Received: from [10.101.1.79] (10.101.1.79) by dor-sms-exch01.digi.com (10.49.8.100) with Microsoft SMTP Server (TLS) id 8.3.279.5; Tue, 8 Jan 2013 12:38:37 +0100 Message-ID: <50EC0535.7070509@digi.com> Date: Tue, 8 Jan 2013 12:38:29 +0100 From: Javier Viguera User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Daiane Angolini References: <1357576777-3739-1-git-send-email-javier.viguera@digi.com> <1357576777-3739-2-git-send-email-javier.viguera@digi.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation 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: Tue, 08 Jan 2013 11:38:42 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit On 01/08/2013 11:25 AM, Daiane Angolini wrote: > Could you, please, apply it to master in order to make sure it's > applicable? I will test it on master. > > How do you test this package? Hi Daiane, Yes the patch applies to master as well without problems. About the testing. I have not tested it at run time yet. We plan to use it with gst-fsl plugin. At build time the package is not compiled because it's not a dependence of anything (for a 'imx53qsb' configured project). But you can build the recipe with bitbake: $ bitbake fsl-mm-flv-codeclib You can see then, that the normal package is not created (it only creates the -dev and -dbg packages): $ ls -l tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/fsl-mm-flv-codeclib-2.0.3-r1/deploy-ipks/armv7a-vfp-neon/ 792 Jan 8 12:15 fsl-mm-flv-codeclib-dbg_2.0.3-r1_armv7a-vfp-neon.ipk 54578 Jan 8 12:15 fsl-mm-flv-codeclib-dev_2.0.3-r1_armv7a-vfp-neon.ipk Looking at the log we see the reason. There are no files to be added to the package and that's why it's not created. $ less tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/fsl-mm-flv-codeclib-2.0.3-r1/temp/log.do_package_write_ipk ... NOTE: Not creating empty archive for fsl-mm-flv-codeclib-2.0.3-r1 ... And there are no files because the name of the library files in the source package does not follow the naming rule the bitbake recipe expects in the 'do_install' function and in the FILES variable. -- Javier Viguera Software Engineer Digi International® Spain S.A.U.