summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')