From abdf375a2efe48e30050bd54c717a970f883357c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 18 Oct 2024 05:57:45 +0000 Subject: [PATCH] coin: add workaround for clang build Add workaround until fixed in upstream: nativesdk-liblldb contains reference to TMPDIR [buildpaths] Pick-to: 6.8 Change-Id: Ie0c68644141fd0544e95895f67b031186a296a6a Reviewed-by: Ari Parkkila --- coin/test-configs.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coin/test-configs.inc b/coin/test-configs.inc index fdc6aa9..23f2449 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -31,6 +31,10 @@ WARN_QA:remove = "${EXTRA_QA}" # nativesdk-qemu-user-mips rdepends on nativesdk-bash, but it isn't a build dependency INSANE_SKIP:nativesdk-qemu-user-mips = "build-deps" +# workaround for clang +# nativesdk-liblldb contains reference to TMPDIR [buildpaths] +INSANE_SKIP:append:pn-nativesdk-clang = " buildpaths" + # 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}"