diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-01-07 00:15:44 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 15:41:06 +0000 |
commit | 7045fabf73d4eef9c023edb9e0a8b8d1d3f04680 (patch) | |
tree | f5679b0f8bc6eae78039cab539fb2e17732c7ec4 /meta/classes | |
parent | 21e591d182e24c399ae010a8eff9b89947061a46 (diff) | |
download | openembedded-core-7045fabf73d4eef9c023edb9e0a8b8d1d3f04680.tar.gz openembedded-core-7045fabf73d4eef9c023edb9e0a8b8d1d3f04680.tar.bz2 openembedded-core-7045fabf73d4eef9c023edb9e0a8b8d1d3f04680.zip |
classes/populate_sdk_ext: disable signature warnings
The user of the extensible SDK doesn't need to see these.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index be47a774d7..317043d890 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') |