summaryrefslogtreecommitdiff
path: root/meta-arm/ci/clang.yml
diff options
context:
space:
mode:
Diffstat (limited to 'meta-arm/ci/clang.yml')
-rw-r--r--meta-arm/ci/clang.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-arm/ci/clang.yml b/meta-arm/ci/clang.yml
index a2063f19c0..eeee785269 100644
--- a/meta-arm/ci/clang.yml
+++ b/meta-arm/ci/clang.yml
@@ -6,5 +6,8 @@ repos:
url: https://github.com/kraj/meta-clang
local_conf_header:
- clang: |
+ toolchain: |
TOOLCHAIN = "clang"
+ # This is needed to stop bitbake getting confused about what clang/llvm is
+ # being used, see https://github.com/kraj/meta-clang/pull/766
+ BBMASK += "/meta/recipes-devtools/llvm/llvm.*\.bb"