All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: Please help me understand these packages
Date: Fri, 27 Mar 2015 18:23:51 -0600	[thread overview]
Message-ID: <5515F497.3050809@mlbassoc.com> (raw)
In-Reply-To: <4B07ADD556F70043925DA2E9C5D4346D2FDC9879D9@MSXBEBVT12.planar.net>

On 2015-03-27 18:10, Matt Schuckmann wrote:
> I’ve run into this a couple times now and I still don’t get it so please help me understand.
> I’m trying to understand how to include just the ir-keytable package of the v4l-utils_1.6.2.bb recipe.
> At first I was getting a lot of “Nothing PROVIDES” or “Nothing RPROVIDES” error messages when I tried to add it to a package group or as a dependency of another recipe.
> However, after I added it directly to IMAGE_INSTALL in my image recipe it mostly seems to be working, no matter where I put it, even after I’ve removed it from IMAGE_INSTALL in my
> image recipe. This leads me to believe that maybe I had some sort of database caching problem going on, since I had just back ported the recipe into my branch.
> Where it still fails is from the command line:  “bitbake ir-keytable” I don’t understand why this fails?

The reason is that you bitbake <recipe>, not the package name.  The v4l-utils
recipe creates, among other packages, the ir-keytable package.  It works when
you add it to IMAGE_INSTALL because that contains a list of packages, not recipes.

> I’ve had similar problems with the sub-packages of the boost recipe, I can add it boost-program-options to a packagegroup or as a RDEPENDENCY but I can’t build it from the
> command-line.
> On the other hand I can build net-snmp-server from the command line, which is a sub-package of net-snmp recipe (interestingly there is no net-snmp package)
> I looked at the recipes and they don’t seem all that different as far as how the packages are declared.
> I’m really confused here can anyone enlighten me.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


      reply	other threads:[~2015-03-28  0:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-28  0:10 Please help me understand these packages Matt Schuckmann
2015-03-28  0:23 ` Gary Thomas [this message]

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=5515F497.3050809@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=yocto@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.