diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-06 14:39:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-07 12:16:48 +0100 |
commit | c570f89083c7e6ac6b2b1e2b7ad6cf3b73225c05 (patch) | |
tree | e76f716a293f3555efa0c7c65c140654e3213db6 /meta-poky/conf | |
parent | 8599c05cb3dc5a517d8634745253cb55b1a9c17a (diff) | |
download | poky-c570f89083c7e6ac6b2b1e2b7ad6cf3b73225c05.tar.gz |
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>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 91779e4e46..fa2c4449b2 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
@@ -77,11 +77,10 @@ OELAYOUT_ABI = "12" | |||
77 | INHERIT += "poky-sanity" | 77 | INHERIT += "poky-sanity" |
78 | 78 | ||
79 | # QA check settings - a little stricter than the OE-Core defaults | 79 | # QA check settings - a little stricter than the OE-Core defaults |
80 | WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \ | 80 | # (none currently necessary as we now match OE-Core) |
81 | installed-vs-shipped ldflags pn-overrides rpaths staticdev \ | 81 | #WARN_TO_ERROR_QA = "X" |
82 | unknown-configure-option useless-rpaths" | 82 | #WARN_QA_remove = "${WARN_TO_ERROR_QA}" |
83 | WARN_QA_remove = "${WARN_TO_ERROR_QA}" | 83 | #ERROR_QA_append = " ${WARN_TO_ERROR_QA}" |
84 | ERROR_QA_append = " ${WARN_TO_ERROR_QA}" | ||
85 | 84 | ||
86 | require conf/distro/include/poky-world-exclude.inc | 85 | require conf/distro/include/poky-world-exclude.inc |
87 | require conf/distro/include/no-static-libs.inc | 86 | require conf/distro/include/no-static-libs.inc |