* Please help me understand these packages
@ 2015-03-28 0:10 Matt Schuckmann
2015-03-28 0:23 ` Gary Thomas
0 siblings, 1 reply; 2+ messages in thread
From: Matt Schuckmann @ 2015-03-28 0:10 UTC (permalink / raw)
To: Yocto Project
[-- Attachment #1: Type: text/plain, Size: 1355 bytes --]
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?
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.
Thanks,
Matt S.
[-- Attachment #2: Type: text/html, Size: 2110 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Please help me understand these packages
2015-03-28 0:10 Please help me understand these packages Matt Schuckmann
@ 2015-03-28 0:23 ` Gary Thomas
0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2015-03-28 0:23 UTC (permalink / raw)
To: yocto
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
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-28 0:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-28 0:10 Please help me understand these packages Matt Schuckmann
2015-03-28 0:23 ` Gary Thomas
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.