diff options
| -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 902bd7a885..6d8edca16d 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
| @@ -221,7 +221,7 @@ python copy_buildsystem () { | |||
| 221 | 221 | ||
| 222 | # Error if the sigs in the locked-signature file don't match | 222 | # Error if the sigs in the locked-signature file don't match |
| 223 | # the sig computed from the metadata. | 223 | # the sig computed from the metadata. |
| 224 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "error"\n\n') | 224 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') |
| 225 | 225 | ||
| 226 | # Hide the config information from bitbake output (since it's fixed within the SDK) | 226 | # Hide the config information from bitbake output (since it's fixed within the SDK) |
| 227 | f.write('BUILDCFG_HEADER = ""\n') | 227 | f.write('BUILDCFG_HEADER = ""\n') |
