diff options
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 |