Re: Announcing pkgexp


Michael Opdenacker
 

Hi Ross

On 6/28/22 15:36, Ross Burton wrote:
Hi,

I’ve just released the first release of pkgexp, a tool to explore the pkgdata that has been generated in a build. Quoting from the README:

pkgexp is a tool to visually explore the OpenEmbedded `pkgdata`, which is the generated package-scope metadata. Specifically, it is designed to answer common questions regarding what has been built:

- What recipes have been built?
- What packages did those packages build?
- What files are in a specific package?
- What other packages does this package depend on?
- What packages depend on this package?

It’s written in Python and is a local webapp (mainly because my build machine is remote, so little webapps make sense).

The code is at https://gitlab.com/rossburton/pkgexp, and positive feedback is welcome.

Cheers,
Ross

Hey, this looks very nice and very easy to use!
One minor complaint, though: the "What Depends on" button didn't immediately catch my eye.
Would it be possible to show such reverse dependencies in the same way you show RDEPENDS? The result may look better and everything would be on the same page.

I vote for including it in the next release :-)
Many thanks
Michael.

--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

Join {openembedded-core@lists.openembedded.org to automatically receive all group messages.