summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel McGregor <daniel.mcgregor@vecima.com>2021-05-18 16:09:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-21 15:15:15 +0100
commit57cc9429dba4f9bd23127633dbc1f57dc2d5dd16 (patch)
tree1ef829c49675ae2dd591b774d661181e1c5845fc
parentaf1d948822cbe6ac7ede9cb4e881db8dc780e308 (diff)
downloadopenembedded-core-contrib-57cc9429dba4f9bd23127633dbc1f57dc2d5dd16.tar.gz
sstate: Ignore sstate signing key
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>
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 1a6e9962f9..3a3f7cc24b 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -706,6 +706,8 @@ def sstate_package(ss, d):
return
+sstate_package[vardepsexclude] += "SSTATE_SIG_KEY"
+
def pstaging_fetch(sstatefetch, d):
import bb.fetch2