summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-09-17 13:57:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-17 22:00:26 +0100
commit7450ba405360d6a2a52652a8f5c8e5838e347048 (patch)
tree6c469d63eeb687694863a54e3afb0f12160989bb /meta/classes
parentf9723a36d77d53eb132b31b6869fbe81c8fe6f73 (diff)
downloadast2050-yocto-poky-7450ba405360d6a2a52652a8f5c8e5838e347048.zip
ast2050-yocto-poky-7450ba405360d6a2a52652a8f5c8e5838e347048.tar.gz
sstate: set SIGGEN_LOCKEDSIGS_CHECK_LEVEL default to error
(From OE-Core rev: 65020364bd089afbb83cd216e7ae2f837077bfc5) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index d3e251c..4057c8c 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}"
OpenPOWER on IntegriCloud