[oe-commits] Randy Witt : build-compare: Add the build-compare_git.bb recipe.

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 22:27:39 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 48387f0c0c4cccc8bc89afd121b7d8315475964a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=48387f0c0c4cccc8bc89afd121b7d8315475964a

Author: Randy Witt <randy.e.witt at linux.intel.com>
Date:   Wed Feb 11 16:24:12 2015 -0800

build-compare: Add the build-compare_git.bb recipe.

The description for build-compare describes it as "This package contains
scripts to find out if the build result differs to a former build." More
specifically this contains a script that will display differences between
"packages." It works with rpms, tarballs and other various types of
packages.

The idea is that it will eventually be used in Yocto to check for differences
between sstate so that we can check for build reproducibility. It will
also be used once an updateable sdk is in place, so that packages that
have different hashes but are not different in contents, don't get updated.
It could also be used in the same manner when updating packages from a
package feed.

[Yocto #6992]

Signed-off-by: Randy Witt <randy.e.witt at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../build-compare/build-compare_git.bb             |   27 +
 .../files/Ignore-DWARF-sections.patch              |   40 +
 .../files/Rename-rpm-check.sh-to-pkg-diff.sh.patch | 1596 ++++++++++++++++++++
 3 files changed, 1663 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=48387f0c0c4cccc8bc89afd121b7d8315475964a


More information about the Openembedded-commits mailing list