]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Allow validation of sstate singatures against list of keys
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Wed, 13 Oct 2021 04:04:56 +0000 (22:04 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 21:52:09 +0000 (22:52 +0100)
commit52ba0c5e6e2e3d5d01dc3f01404f0ab1bb29b3b5
tree336fca89828a45fc956e30e2483a71b59646b893
parentc46a6ec91bd40a458cb0ef5ec84bc0cc274d9cef
sstate: Allow validation of sstate singatures against list of keys

Allow a user to validate sstate objects against a list of keys, instead
of just any known key in the user's keychain.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass
meta/lib/oe/gpg_sign.py