mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
poky: We now match OE-Core's error/warning config so simplify
(From meta-yocto rev: c90123725f282bae5ce4bb0bec4df141c823d769) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8599c05cb3
commit
c570f89083
|
@ -77,11 +77,10 @@ OELAYOUT_ABI = "12"
|
|||
INHERIT += "poky-sanity"
|
||||
|
||||
# QA check settings - a little stricter than the OE-Core defaults
|
||||
WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \
|
||||
installed-vs-shipped ldflags pn-overrides rpaths staticdev \
|
||||
unknown-configure-option useless-rpaths"
|
||||
WARN_QA_remove = "${WARN_TO_ERROR_QA}"
|
||||
ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
|
||||
# (none currently necessary as we now match OE-Core)
|
||||
#WARN_TO_ERROR_QA = "X"
|
||||
#WARN_QA_remove = "${WARN_TO_ERROR_QA}"
|
||||
#ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
|
||||
|
||||
require conf/distro/include/poky-world-exclude.inc
|
||||
require conf/distro/include/no-static-libs.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user