bitbake: bitbake-diffsigs: allow specifying task & follow deps recursively
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 27 Aug 2012 20:44:35 +0000 (21:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Sep 2012 11:10:45 +0000 (12:10 +0100)
commit7310293ee77a3a94e1a013fe64903712364356a5
treed2c84b9b1bd06a1e14cdb2372e47952218168ee0
parent8863fdc886c4a6d8aeecaa7a2250c305f0f04552
bitbake: bitbake-diffsigs: allow specifying task & follow deps recursively

Add the ability to compare the two most recent runs of a specified task,
and follow dependent hash changes recursively. This enables you to trace
back and find exactly why a task was re-run after the fact.

Note that this relies on the metadata providing a function, hooked in
as bb.siggen.find_siginfo, which allows searching in the appropriate
places to find signature data files.

(Bitbake rev: cc70181659c07e04c205e17832846acf1ff31d28)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-diffsigs
bitbake/lib/bb/siggen.py