[bitbake-devel] [PATCH] siggen: Include unihash and taskhash in sigdata

Richard Purdie richard.purdie at linuxfoundation.org
Thu Oct 10 12:40:29 UTC 2019


On Wed, 2019-10-09 at 08:22 -0500, Joshua Watt wrote:
> Captures the unihash and the taskhash when generating the signature
> data. The taskhash doesn't actually factor into the signature
> calculation, but it is very useful to know what it was for debugging
> purposes.
> 
> Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
> ---
>  bitbake/lib/bb/siggen.py | 24 ++++++++++++++----------
>  1 file changed, 14 insertions(+), 10 deletions(-)

Unfortunately this will break anything using existing sigdata files
from disk (e.g. in sstate mirrors) so we'll have to think a bit more
about how to add this without changing the data format in a backwards
incompatible way.

Cheers,

Richard



More information about the bitbake-devel mailing list