]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate: set SIGGEN_LOCKEDSIGS_CHECK_LEVEL default to error
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 17 Sep 2014 05:57:06 +0000 (13:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Sep 2014 21:00:05 +0000 (22:00 +0100)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta/classes/sstate.bbclass

index d3e251c0bfe147b541de9c90977c87b90ed55178..4057c8c83346eca1f058baceb36d63510baee6b2 100644 (file)
@@ -39,6 +39,8 @@ SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack"
 SSTATEPOSTINSTFUNCS = ""
 EXTRA_STAGING_FIXMES ?= ""
 
+SIGGEN_LOCKEDSIGS_CHECK_LEVEL ?= 'error'
+
 # Specify dirs in which the shell function is executed and don't use ${B}
 # as default dirs to avoid possible race about ${B} with other task.
 sstate_create_package[dirs] = "${SSTATE_BUILDDIR}"