From: Paul Eggleton Date: Wed, 6 Jan 2016 11:15:44 +0000 (+1300) Subject: classes/populate_sdk_ext: disable signature warnings X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7045fabf73d4eef9c023edb9e0a8b8d1d3f04680;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git classes/populate_sdk_ext: disable signature warnings The user of the extensible SDK doesn't need to see these. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index be47a774d76..317043d890d 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass @@ -153,7 +153,7 @@ python copy_buildsystem () { f.write('CONNECTIVITY_CHECK_URIS = ""\n\n') # Ensure locked sstate cache objects are re-used without error - f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "warn"\n\n') + f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "none"\n\n') # Hide the config information from bitbake output (since it's fixed within the SDK) f.write('BUILDCFG_HEADER = ""\n')