kergoth / bb

Subcommand-based bitbake tools
MIT License
39 stars 12 forks source link

whatdepends: add information about other forms of dependency #9

Open kergoth opened 11 years ago

kergoth commented 11 years ago

This should include both task level and recipe level build and runtime dependencies, as a reverse form of the to-be-implemented showdepends command. Some of the work done for bb-search should be useful for this.

kergoth commented 8 years ago

bb-whatdepends now traverses both build time and run time dependencies, but doesn't show why something was pulled in and the exact mechanism used to do so.