From a75ad2e4227f715146fc1e07f9abef4e80c1aa12 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 9 Sep 2018 15:31:55 -0700 Subject: poky.conf: Promote unknown-configure-option to QA Error Currently, this is a QA warning by default, howver its a useful check to catch configuration errors, where we might have forgotten to update or adapt configure options on updates/upgrades to a package Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index c5d9e5d6d5..3fdd2f303c 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -91,7 +91,7 @@ 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 \ - useless-rpaths" + unknown-configure-option useless-rpaths" WARN_QA_remove = "${WARN_TO_ERROR_QA}" ERROR_QA_append = " ${WARN_TO_ERROR_QA}" -- cgit 1.2.3-korg