From 837bce40b57aa392652de29bf9d279c185ced710 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 (cherry picked from commit 3c1f97ef5bbea7f6afaaea5b58ce1b8baa4ce82f) --- conf/distro/include/tdx-base.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'conf') diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc index 81a27e9..80533f0 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