diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/sstate.bbclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 3234e7914c..8c623271ad 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
| @@ -53,7 +53,13 @@ SSTATEPOSTINSTFUNCS = "" | |||
| 53 | EXTRA_STAGING_FIXMES ?= "" | 53 | EXTRA_STAGING_FIXMES ?= "" |
| 54 | SSTATECLEANFUNCS = "" | 54 | SSTATECLEANFUNCS = "" |
| 55 | 55 | ||
| 56 | SIGGEN_LOCKEDSIGS_CHECK_LEVEL ?= 'error' | 56 | # Check whether sstate exists for tasks that support sstate and are in the |
| 57 | # locked signatures file. | ||
| 58 | SIGGEN_LOCKEDSIGS_SSTATE_EXISTS_CHECK ?= 'error' | ||
| 59 | |||
| 60 | # Check whether the task's computed hash matches the task's hash in the | ||
| 61 | # locked signatures file. | ||
| 62 | SIGGEN_LOCKEDSIGS_TASKSIG_CHECK ?= "error" | ||
| 57 | 63 | ||
| 58 | # The GnuPG key ID and passphrase to use to sign sstate archives (or unset to | 64 | # The GnuPG key ID and passphrase to use to sign sstate archives (or unset to |
| 59 | # not sign) | 65 | # not sign) |
