aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-08-16 05:54:15 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-16 23:05:32 +0000
commit9e316a7c3112e2a71bd9387263d4490b81e68972 (patch)
tree567b906fe900c0f510f16e0de326c7358af299c0
parentdca2c5ed40bff460827e72fa3628a76e4855d113 (diff)
coin: add workaround for QA warning on qemu
QEMU has QA warning on runtime dependencies which breaks our CI build since they are treated as errors. Change-Id: I1f2699d62d556b538da85aa12d8c2ec91483fb0b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 12f78361edccbf91a1fddee4be17fb889710fa58) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/test-configs.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/coin/test-configs.inc b/coin/test-configs.inc
index f24e218..fdc6aa9 100644
--- a/coin/test-configs.inc
+++ b/coin/test-configs.inc
@@ -27,6 +27,10 @@ EXTRA_QA = "\
ERROR_QA:append = "${EXTRA_QA}"
WARN_QA:remove = "${EXTRA_QA}"
+# workaround for qemu
+# nativesdk-qemu-user-mips rdepends on nativesdk-bash, but it isn't a build dependency
+INSANE_SKIP:nativesdk-qemu-user-mips = "build-deps"
+
# enable thumb for broader test coverage (oe-core autobuilder doesn't have thumb enabled)
PREFERRED_ARM_INSTRUCTION_SET ?= "thumb"
ARM_INSTRUCTION_SET = "${PREFERRED_ARM_INSTRUCTION_SET}"