mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
00ff950d3c
commit
d03d145410
@@ -155,7 +155,7 @@ python copy_buildsystem () {
|
||||
f.write('NATIVELSBSTRING_forcevariable = "%s"\n\n' % fixedlsbstring)
|
||||
|
||||
# Ensure locked sstate cache objects are re-used without error
|
||||
f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "warn"\n\n')
|
||||
f.write('SIGGEN_LOCKEDSIGS_CHECK_LEVEL = "none"\n\n')
|
||||
|
||||
# If you define a sdk_extraconf() function then it can contain additional config
|
||||
extraconf = (d.getVar('sdk_extraconf', True) or '').strip()
|
||||
|
||||
Reference in New Issue
Block a user