summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r--meta/classes/sstate.bbclass8
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 = ""
53EXTRA_STAGING_FIXMES ?= "" 53EXTRA_STAGING_FIXMES ?= ""
54SSTATECLEANFUNCS = "" 54SSTATECLEANFUNCS = ""
55 55
56SIGGEN_LOCKEDSIGS_CHECK_LEVEL ?= 'error' 56# Check whether sstate exists for tasks that support sstate and are in the
57# locked signatures file.
58SIGGEN_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.
62SIGGEN_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)