List IPK package depencencies

From KoanSoftware Wiki
Revision as of 14:27, 24 August 2020 by Koan (talk | contribs) (List IPK package depencencies)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

List IPK package depencencies

Very often you may need to detect the runtime dependencies having a .IPK package. the dependency list is shown using the oe-pkgdata-util command provided by Yocto Project.

$ oe-pkgdata-util read-value RDEPENDS canutils 
iproute2 glibc (>= 2.29) libsocketcan (>= 0.0.10)

For example the command above lists the dependencies of the canutils package.