]> code.ossystems Code Review - openembedded-core.git/commit
classes/buildhistory: write out task signatures on every build
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 7 Apr 2017 04:57:19 +0000 (16:57 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Apr 2017 17:09:19 +0000 (18:09 +0100)
commit11f68f65c46c5bc26ddeeade3021e83b3a7f895a
tree00e0827bf69b91130f78aaeee756092f055fe832
parente4ccec2e4c2f521a2bb473083b42aefd494eea23
classes/buildhistory: write out task signatures on every build

If we want to determine what changed since the last build, one angle
from which to look at it is to check the signatures. However, if we
don't actually have the signatures from the last build we don't have
anywhere to start. Save the signatures on each build in order to give us
the starting point.

NOTE: you need to set your BUILDHISTORY_FEATURES value to include
"task" to enable collection of these signatures as it is is disabled by
default.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildhistory.bbclass
meta/lib/oe/sstatesig.py