From 9657f9bbfa9218fa0f383c29debf693ad12f141a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Apr 2019 16:56:36 +0200 Subject: [PATCH] Make 'invalid-packageconfig' sabnity check an error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid these warning to be overseen Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index ae4c9c6..c229899 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -130,9 +130,12 @@ require conf/distro/include/no-static-libs.inc # 1. They make sense # 2. Many poky users out there might complain about my other layers or patches # sent -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 host-user-contaminated" +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 host-user-contaminated \ + invalid-packageconfig \ +" WARN_QA_remove = "${WARN_TO_ERROR_QA}" ERROR_QA_append = " ${WARN_TO_ERROR_QA}"