summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-02-24 10:49:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 17:22:22 +0100
commit837bce40b57aa392652de29bf9d279c185ced710 (patch)
tree6a85265112a3d99ae9e2819dfb153eaa6d93a824
parent913d4169d2b350450a5632293b5840217e1c5f10 (diff)
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 <ming.liu@toradex.com> (cherry picked from commit 3c1f97ef5bbea7f6afaaea5b58ce1b8baa4ce82f)
-rw-r--r--conf/distro/include/tdx-base.inc9
1 files changed, 9 insertions, 0 deletions
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"