[yocto] way to get a package list?

Tom Rini tom.rini at gmail.com
Fri Aug 5 16:25:49 PDT 2011


On Fri, Aug 5, 2011 at 3:02 PM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> On Fri, 2011-08-05 at 16:55 -0500, Kumar Gala wrote:
>> Is there some command to get the set of packages that will be attempted to be built?
>
> bitbake -g will dump out a task-depends.dot file which shows which tasks
> will run and the task interdependencies...

And -u depexp is a nice wrapper around it too.  If you want to get at
what's going to be installed on the target however, I think you'll
need to poke it a little harder however...

-- 
Tom



More information about the yocto mailing list