mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
classes/populate_sdk_ext: disable signature warnings
The user of the extensible SDK doesn't need to see these. (From OE-Core rev: 7045fabf73d4eef9c023edb9e0a8b8d1d3f04680) 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
d44dcd77ab
commit
9348c91ce1
@@ -153,7 +153,7 @@ python copy_buildsystem () {
|
|||||||
f.write('CONNECTIVITY_CHECK_URIS = ""\n\n')
|
f.write('CONNECTIVITY_CHECK_URIS = ""\n\n')
|
||||||
|
|
||||||
# Ensure locked sstate cache objects are re-used without error
|
# 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')
|
||||||
|
|
||||||
# Hide the config information from bitbake output (since it's fixed within the SDK)
|
# Hide the config information from bitbake output (since it's fixed within the SDK)
|
||||||
f.write('BUILDCFG_HEADER = ""\n')
|
f.write('BUILDCFG_HEADER = ""\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user