All of lore.kernel.org
 help / color / mirror / Atom feed
* of recipes and packages
@ 2012-08-22 17:05 Trevor Woerner
  2012-08-22 17:15 ` Jeff Osier-Mixon
  2012-08-23  7:14 ` Paul Eggleton
  0 siblings, 2 replies; 12+ messages in thread
From: Trevor Woerner @ 2012-08-22 17:05 UTC (permalink / raw)
  To: yocto

Okay, if the confusion over "yocto" versus "yocto project" versus
"poky" and trying to decide whether poky or yocto is a distribution or
a build system or sometimes both or neither of either wasn't bad
enough... there now comes a new confusion:

recipes versus packages

an image is composed of packages
a recipe for a given piece of software generates a set of packages

to discover the list of packages generated by a recipe one can use:
$ bitbake -e <recipe> | grep "^PACKAGES="

to discover the list of available recipes (for a given set of layers)
one can use:
$ bitbake -s

However:

$ bitbake --help | grep -- -s
...
  -s, --show-versions   show current and preferred versions of all packages
...

"...versions of all _packages_"!? Shouldn't that be "recipes"?


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-08-23 18:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 17:05 of recipes and packages Trevor Woerner
2012-08-22 17:15 ` Jeff Osier-Mixon
2012-08-22 19:23   ` Trevor Woerner
2012-08-22 19:24     ` Chris Larson
2012-08-22 20:15       ` Trevor Woerner
2012-08-22 20:16         ` Chris Larson
2012-08-22 20:27           ` Robert P. J. Day
2012-08-22 23:24             ` Tim Bird
2012-08-22 23:25               ` Khem Raj
2012-08-23  7:14 ` Paul Eggleton
2012-08-23 18:02   ` Trevor Woerner
2012-08-23 18:19     ` Chris Larson

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.