]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: data/siggen: Switch md5 -> sha256
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Dec 2018 14:53:06 +0000 (14:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Jan 2019 11:16:03 +0000 (11:16 +0000)
commitf008c24dab14fcea7d0ff1c650255c8ea7126d43
tree2bcbc39c4008a2679aff630ec20c94873821d869
parent941c5ddd191993fe18aba5796e397f6244fa80eb
bitbake: data/siggen: Switch md5 -> sha256

Similarly to the codeparser change, change to sha256 hashes due to worries
over collisions. The main impact of this change is slightly slower parsing
time as well as longer sstate file names.

(Bitbake rev: 66f1b766997d53b4375fdd25719b1175f3828903)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data.py
bitbake/lib/bb/data_smart.py
bitbake/lib/bb/siggen.py