All of lore.kernel.org
 help / color / mirror / Atom feed
* How to get a list of packages (with versions) used to create an image?
@ 2014-01-23 19:35 Brian Hutchinson
  2014-01-23 20:26 ` Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Brian Hutchinson @ 2014-01-23 19:35 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

Hi,

I've seen the bitbake -g command that lists the packages in an image:

bitbake -g <*image>* && cat pn-depends.dot | grep -v -e '-native' | grep -v
digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq

... but for documentation I need to generate this list with package version
information as well.

I've been just running opkg list-installed on the target but I'd like to
know how to do this kind of thing without the target and I'm striking out
in all the searches I've been doing.

Regards,

Brian

[-- Attachment #2: Type: text/html, Size: 672 bytes --]

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

end of thread, other threads:[~2014-01-31 23:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 19:35 How to get a list of packages (with versions) used to create an image? Brian Hutchinson
2014-01-23 20:26 ` Martin Jansa
     [not found] ` <CAALGJZYWh+7D7C7FKxgWM+FAfhSDA9b4utGANj12bNd7t0aw6Q@mail.gmail.com>
2014-01-23 20:42   ` Brian Hutchinson
2014-01-23 21:09     ` Nicolas Dechesne
2014-01-24 11:10       ` Barros Pena, Belen
2014-01-24 13:46         ` Brian Hutchinson
2014-01-24 13:53           ` Paul Eggleton
2014-01-24 14:07             ` Brian Hutchinson
2014-01-24 14:20               ` Paul Eggleton
2014-01-24 15:05                 ` Brian Hutchinson
2014-01-24 14:10           ` Barros Pena, Belen
2014-01-24 14:12             ` Barros Pena, Belen
2014-01-31 23:34 ` Trevor Woerner

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.