From 3c1f97ef5bbea7f6afaaea5b58ce1b8baa4ce82f Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 24 Feb 2021 10:49:49 +0100 Subject: tdx-base.inc: remove version-going-backwards from ERROR_QA Some Toradex recipes like linux-toradex, u-boot-toradex, device-tree-overlays are appending SCM hashes to PV, version numbers going backwards are not a problem as we don't provide binary feeds. This avoids some annoying errors as follows: | QA Issue: Package version went backwards which would break package feeds Related-to: ELB-3583 Signed-off-by: Ming Liu --- conf/distro/include/tdx-base.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc index a274c28..ffe6b4a 100644 --- a/conf/distro/include/tdx-base.inc +++ b/conf/distro/include/tdx-base.inc @@ -58,6 +58,15 @@ DISTRO_FEATURES_append = " bluez5" IMAGE_LINGUAS ?= "en-us" +# Some Toradex recipes like linux-toradex, u-boot-toradex, +# device-tree-overlays are appending SCM hashes to PV, version +# numbers going backwards are not a problem as we don't provide +# binary feeds. +# +# This avoids some annoying errors as follows: +# | QA Issue: Package version went backwards which would break package feeds +ERROR_QA_remove = "version-going-backwards" + # TODO: review default distro features DISTRO_FEATURES_append = " pam systemd" DISTRO_FEATURES_remove = "sysvinit ptest" -- cgit v1.2.3