summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-01-07 00:15:44 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-11 15:41:45 +0000
commit9348c91ce15b19cc20fb4a87eebee4483dde3cba (patch)
tree98b4c9297c43e1e45cda2f4c36727b855edfae85 /meta/classes/populate_sdk_ext.bbclass
parentd44dcd77ab84857b5d16b9fc00deefeb3f14a8c3 (diff)
downloadpoky-9348c91ce15b19cc20fb4a87eebee4483dde3cba.tar.gz
classes/populate_sdk_ext: disable signature warnings
The user of the extensible SDK doesn't need to see these. (From OE-Core rev: 7045fabf73d4eef9c023edb9e0a8b8d1d3f04680) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass2
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 () {
153 f.write('CONNECTIVITY_CHECK_URIS = ""\n\n') 153 f.write('CONNECTIVITY_CHECK_URIS = ""\n\n')
154 154
155 # Ensure locked sstate cache objects are re-used without error 155 # Ensure locked sstate cache objects are re-used without error
156 f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "warn"\n\n') 156 f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "none"\n\n')
157 157
158 # Hide the config information from bitbake output (since it's fixed within the SDK) 158 # Hide the config information from bitbake output (since it's fixed within the SDK)
159 f.write('BUILDCFG_HEADER = ""\n') 159 f.write('BUILDCFG_HEADER = ""\n')