From b3427f900170e8ef3d99ff561ff8e569e909beea Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 25 May 2021 10:33:46 +0100 Subject: [PATCH] ci/base: don't try to make warnings fatal The generated local.conf has ERROR_QA=${WARN_QA} in an attempt to make warnings fatal, but this appears to be just disabling some warnings and error instead. As we already have warning detection in the GitLab CI script, this is redundant and can be removed. Change-Id: I393874edbae148ee338a7069bbf800603c028242 Signed-off-by: Ross Burton --- ci/base.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 1b3da3a5..14d21682 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -34,7 +34,6 @@ local_conf_header: PARALLEL_MAKE = "-j16" INHERIT += "rm_work" PACKAGECONFIG_append_pn-perf = " coresight" - ERROR_QA = "${WARN_QA}" ptest: | DISTRO_FEATURES_remove = "ptest"