All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javier Viguera <javier.viguera@digi.com>
To: Daiane Angolini <daiane.list@gmail.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation
Date: Tue, 8 Jan 2013 12:38:29 +0100	[thread overview]
Message-ID: <50EC0535.7070509@digi.com> (raw)
In-Reply-To: <CA+jg_OWM8gqsc6NZDwMNphS_Pj=6y1HOoe3Hbgb1PtNoqmE5Rg@mail.gmail.com>

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.


  reply	other threads:[~2013-01-08 11:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-07 16:39 Fix fsl-mm-flv-codeclib package creation Javier Viguera
2013-01-07 16:39 ` [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix " Javier Viguera
2013-01-08 10:25   ` Daiane Angolini
2013-01-08 11:38     ` Javier Viguera [this message]
2013-01-08 12:29       ` Daiane Angolini
2013-01-08 13:06       ` Otavio Salvador
2013-01-08 17:27         ` Javier Viguera
2013-01-08 17:29           ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50EC0535.7070509@digi.com \
    --to=javier.viguera@digi.com \
    --cc=daiane.list@gmail.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.