From 65020364bd089afbb83cd216e7ae2f837077bfc5 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 17 Sep 2014 13:57:06 +0800 Subject: sstate: set SIGGEN_LOCKEDSIGS_CHECK_LEVEL default to error Signed-off-by: Hongxu Jia --- meta/classes/sstate.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/sstate.bbclass') diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index d3e251c0bf..4057c8c833 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass @@ -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}" -- cgit 1.2.3-korg