diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-21 22:08:49 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-21 20:14:14 -0800 |
commit | 0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7 (patch) | |
tree | 6edbb2b01270bdd7a0a15cee2dc9f11292108d28 /conf | |
parent | 92e322d797e7945425103d76289a5fc3a2b43ace (diff) | |
download | meta-clang-0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7.tar.gz |
recipes: Update to match OE-Core virtual/cross-* changes
Update meta-clang to match OE-Core changes to use recipe specific virtual
providers (without yet switching to the new switching mechanism).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 6a89088..82f2bc0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -26,7 +26,7 @@ BBFILES_DYNAMIC += " \ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" | 28 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" |
29 | #PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs_forcevariable = "libcxx" | 29 | #PREFERRED_PROVIDER_virtual/${MLPREFIX}compilerlibs:forcevariable = "libcxx" |
30 | PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}" | 30 | PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}" |
31 | INHERIT += "clang" | 31 | INHERIT += "clang" |
32 | 32 | ||