summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index d7e3c36..da8c6b0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -30,12 +30,6 @@ PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial"
30PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}" 30PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}"
31INHERIT += "clang" 31INHERIT += "clang"
32 32
33# libclc and SPIRV-LLVM-Trasnaltor from OE-Core/llvm conflict with Clang from
34# meta-clang
35PACKAGECONFIG:remove:pn-llvm = "libclc spirv-llvm-translator"
36PACKAGECONFIG:remove:pn-llvm-native = "libclc spirv-llvm-translator"
37PACKAGECONFIG:remove:pn-nativesdk-llvm = "libclc spirv-llvm-translator"
38
39# Do not include clang in SDK unless user wants to 33# Do not include clang in SDK unless user wants to
40CLANGSDK ??= "0" 34CLANGSDK ??= "0"
41 35