mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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: 0bfccdee11866d7f4e6c767127379329cd1dea2d) Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 57cc9429dba4f9bd23127633dbc1f57dc2d5dd16) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
73da9ecd05
commit
642d5f4f06
@@ -706,6 +706,8 @@ def sstate_package(ss, d):
|
||||
|
||||
return
|
||||
|
||||
sstate_package[vardepsexclude] += "SSTATE_SIG_KEY"
|
||||
|
||||
def pstaging_fetch(sstatefetch, d):
|
||||
import bb.fetch2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user