After a build in our autobuilder, we use `oe-pkgdata-util package-info -f package.manifest` to store a file with information about each installed package. This is typically used to compare builds later on. Since not every difference to a package is explained by its version, we have found it beneficial to also include the SRC_URI in the generated file.
This patch set adds SRC_URI to the pkgdata that is stored for each package, and adds a new option to oe-pkgdata-util package-info, -e <var>, that can be used to display extra variables from the pkgdata. //Peter The following changes since commit 0fcbb4d0ec26ef24db78190dcdc5568af3beaa14: GNU_MIRROR: switch from ftp to https (2017-05-11 16:56:00 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib pkj/oe-pkgdata-util_extra http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/oe-pkgdata-util_extra Peter Kjellerstedt (2): package.bbclass: Add SRC_URI to pkgdata oe-pkgdata-util: package-info: Allow extra variables to be displayed meta/classes/package.bbclass | 1 + scripts/oe-pkgdata-util | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) -- 2.12.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core