]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: new option to provide full info for binary package(s)
authorAlexander D. Kanevskiy <kad@kad.name>
Wed, 8 Jun 2016 15:07:43 +0000 (18:07 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:39:29 +0000 (23:39 +0100)
commitbc0cdaa927124150a6c38cd47977ee4da8dd440e
treec5d6e9a311e1d7cce45fc2e448aa0e655c418026
parentb950539c911b7945d652b05616164828e711ac7f
oe-pkgdata-util: new option to provide full info for binary package(s)

New option can be used for displaying full information about binary
package(s), including name, full version, recipe name, recipe full
version and package size.

This information can be useful inside custom buildhistory class
to produce detailed image manifest for further analysis.

List of packages can be specified as command line arguments or can
be read from file (e.g. from existing image manifest).

Warning: In case of image manifest is used as input outside of build
process, be aware that pkgdata might change since the time image
was built.

Output format:
{PKG} [PKGE:]{PKGV}[-{PKGR}] {PN} [PE:]{PV}[-{PR}] {PKGSIZE}

Signed-off-by: Alexander D. Kanevskiy <kad@kad.name>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-pkgdata-util