summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRandy Witt <randy.e.witt@linux.intel.com>2016-05-01 17:13:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-29 19:35:59 +0100
commit1c89eae86ba66560aa23bb9bf8aa65a899f7c05b (patch)
tree4761a1eab53c1bced5466eff960676db12046173 /meta/classes
parent95441efe6e70637c6e7ec004c3771e452ad865ae (diff)
downloadpoky-1c89eae86ba66560aa23bb9bf8aa65a899f7c05b.tar.gz
populate_sdk_ext: Change lockedsigs task mismatch to a warning
It has been determined that it is highly likely that users might get signatures that don't match in an extensible sdk. This doesn't necessarily happen with oe-core, so we can set the mismatch to an error during testing if we like. However, for the case where users are creating their own sdks, we don't need an error halting their progress. locked-sigs will still function as it should. (From OE-Core rev: 6ba86d847275126bf435f144e7d029d10e7ab17d) (From OE-Core rev: 0822edc390eea27f68bc257531d84959e3cc1efe) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 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')