aboutsummaryrefslogtreecommitdiffstats
path: root/coin/test-configs.inc
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2023-08-18 15:52:58 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2023-08-22 16:51:54 +0300
commitb910e193601ab438a786e00f8f8d36e0116446a8 (patch)
tree96ed2616488a80b5ab12ef77140e6587e4f2c47f /coin/test-configs.inc
parentdfb41373466e58b9927913d2c2f3a0b9d715b292 (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: I6278e21f69f17ae2520611c51f067cb938be3252 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'coin/test-configs.inc')
-rw-r--r--coin/test-configs.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/test-configs.inc b/coin/test-configs.inc
index 5aaf9655..ac27e131 100644
--- a/coin/test-configs.inc
+++ b/coin/test-configs.inc
@@ -63,6 +63,9 @@ INHERIT += "buildstats buildstats-summary"
# be more strict with QA warnings, turn them all to errors:
ERROR_QA:append = " ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi textrel already-stripped incompatible-license files-invalid installed-vs-shipped compile-host-path install-host-path pn-overrides infodir build-deps unknown-configure-option symlink-to-sysroot multilib invalid-packageconfig host-user-contaminated uppercase-pn"
WARN_QA:remove = " ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi textrel already-stripped incompatible-license files-invalid installed-vs-shipped compile-host-path install-host-path pn-overrides infodir build-deps unknown-configure-option symlink-to-sysroot multilib invalid-packageconfig host-user-contaminated uppercase-pn"
+# 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}"