From: Daniel McGregor <[email protected]> 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 <[email protected]> --- meta/classes/sstate.bbclass | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#152040): https://lists.openembedded.org/g/openembedded-core/message/152040 Mute This Topic: https://lists.openembedded.org/mt/82923572/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
