diff options
author | Daniel McGregor <daniel.mcgregor@vecima.com> | 2021-05-18 16:09:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-21 15:18:23 +0100 |
commit | 497b5b3329da81fdbe1f362d9a8a222d4165dba0 (patch) | |
tree | 915098cdda2e732ecef58939288fd820380ee3f9 /meta/classes/sstate.bbclass | |
parent | 0dad484097a29934d6cff6145164a8a60a81c338 (diff) | |
download | poky-497b5b3329da81fdbe1f362d9a8a222d4165dba0.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.
(From OE-Core rev: 57cc9429dba4f9bd23127633dbc1f57dc2d5dd16)
Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
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): | |||
706 | 706 | ||
707 | return | 707 | return |
708 | 708 | ||
709 | sstate_package[vardepsexclude] += "SSTATE_SIG_KEY" | ||
710 | |||
709 | def pstaging_fetch(sstatefetch, d): | 711 | def pstaging_fetch(sstatefetch, d): |
710 | import bb.fetch2 | 712 | import bb.fetch2 |
711 | 713 | ||