mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
poky.conf: Silence unsafe reference warnings
These QA warnings undermine the quality impression of OE-Core. They are useful in some specific circumstances but until the system has been audited and these warnings are reduced, they shouldn't be showing by default. Therefore disable them for now. (From meta-yocto rev: e1dcffb66317b98fe5a0f545bbea80a6a48fc02b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -93,6 +93,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
|
||||
#
|
||||
OELAYOUT_ABI = "8"
|
||||
|
||||
WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
|
||||
#WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
|
||||
ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user