]> code.ossystems Code Review - openembedded-core.git/commit
sstatesig: Fix hash equivlanency locked signature issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Sep 2019 21:41:46 +0000 (22:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:14:16 +0000 (13:14 +0100)
commit25dc3d78de01dffa77a3a2452d6a97d741b446d9
treed1bab4750fb5b77219cb9b15339be39329efa51a
parentf963a51544a9a7b1abbaa87c95b3c0279847d697
sstatesig: Fix hash equivlanency locked signature issues

Using locked signatures with the hash equivalency server ran into
problems. We need to:

a) Ensure the lockedhashes data object is passed from the core to
   any individual tasks using the get/set_taskdata methods

b) Return a locked singature instead of a unihash

c) Write the unihash being used to locked signature lists rather than
   the calculated taskhash

d) Skip warnings of hash mismatch if the hash is a unihash

These changes fix esdk builds (which use locked sigs) when a hash equivalence
server is in use.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py