summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/distro/poky.conf9
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"
77INHERIT += "poky-sanity" 77INHERIT += "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
80WARN_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}"
83WARN_QA_remove = "${WARN_TO_ERROR_QA}" 83#ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
84ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
85 84
86require conf/distro/include/poky-world-exclude.inc 85require conf/distro/include/poky-world-exclude.inc
87require conf/distro/include/no-static-libs.inc 86require conf/distro/include/no-static-libs.inc