summaryrefslogtreecommitdiffstats
path: root/meta/classes
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-15 15:51:41 +0000
commitd03d145410d0414b48aa8dfc05d32325f0966e5e (patch)
tree484880bb206a8ff3428ced888c7276c44a10c209 /meta/classes
parent00ff950d3cfa27b2cc2dc0407b2c65a271a6d693 (diff)
downloadpoky-d03d145410d0414b48aa8dfc05d32325f0966e5e.tar.gz
classes/populate_sdk_ext: disable signature warnings
The user of the extensible SDK doesn't need to see these. (From OE-Core master rev: 7045fabf73d4eef9c023edb9e0a8b8d1d3f04680) (From OE-Core rev: f89d5dc8e980e1ac48357f49158632689582d7fb) 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.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 46c39f5b75..b9808bb8e3 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -155,7 +155,7 @@ python copy_buildsystem () {
155 f.write('NATIVELSBSTRING_forcevariable = "%s"\n\n' % fixedlsbstring) 155 f.write('NATIVELSBSTRING_forcevariable = "%s"\n\n' % fixedlsbstring)
156 156
157 # Ensure locked sstate cache objects are re-used without error 157 # Ensure locked sstate cache objects are re-used without error
158 f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "warn"\n\n') 158 f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "none"\n\n')
159 159
160 # If you define a sdk_extraconf() function then it can contain additional config 160 # If you define a sdk_extraconf() function then it can contain additional config
161 extraconf = (d.getVar('sdk_extraconf', True) or '').strip() 161 extraconf = (d.getVar('sdk_extraconf', True) or '').strip()