]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory: Add output file listing package information
authorAndres Beltran <abeltran@linux.microsoft.com>
Thu, 12 Aug 2021 16:58:56 +0000 (16:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Aug 2021 10:53:23 +0000 (11:53 +0100)
commit1e18b514bf1f960d324a21db608c8e8e5af007ef
treec835276b6bd8d7019334cd536da89ed1ebce1d12
parent143fc5504539c69752ca87717507c197a8920ce5
buildhistory: Add output file listing package information

Currently, buildhistory does not produce a single file combining relevant
information of installed packages. Produce an output file
"installed-package-info.txt" listing a package's runtime name, buildtime name,
its recipe, version, and size to avoid having to look up each package externally.
Leave the existing package list files as-is for backwards compatibility.

In order to support this efficiently, extend oe-pkgdata-util to accept multiple keys
for its read-value argument.

Signed-off-by: Andres Beltran <abeltran@linux.microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildhistory.bbclass
scripts/oe-pkgdata-util