]> 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>
Fri, 21 May 2021 14:15:15 +0000 (15:15 +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 1a6e9962f9dbdd59069a483f82f49564b3d833fe..3a3f7cc24b3e73ecb6fa8b5532f3951aefcf48e1 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