]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate: Ignore sstate signing key
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Tue, 18 May 2021 22:09:30 +0000 (16:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 May 2021 10:03:35 +0000 (11:03 +0100)
What key is used to sign sstate artefacts should not affect the hash of
the object, otherwise everyone would need to use the same signing key.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index 79588df2cdbf2ba1fa126d1ba629e0b0547aaee4..f376c1ed2d08fea7864065d9bbd7e5e76f6a281c 100644 (file)
@@ -706,6 +706,8 @@ def sstate_package(ss, d):
 
     return
 
+sstate_package[vardepsexclude] += "SSTATE_SIG_KEY"
+
 def pstaging_fetch(sstatefetch, d):
     import bb.fetch2