summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2025-12-11 21:47:33 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-26 19:48:02 -0800
commitba32aef278cd7d0249cfe3c9e8319970f3018ff2 (patch)
treee6b64e0416f158cc73c67379b8ab3f60d6489182
parent55e7549be5c74231e1818cac8a9523f65fa61368 (diff)
downloadmeta-clang-kirkstone-clang18.tar.gz
layer.conf: fix LLVMVERSIONkirkstone-clang18
The llvm/clang was upgraded to 18.1.8 in: https://github.com/kraj/meta-clang/commit/731488911f55ebfe746068512b426351192f82f2 but the variable wasn't updated at the same time. Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 0e2caec..7da6065 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -36,7 +36,7 @@ INHERIT += "clang"
36# Do not include clang in SDK unless user wants to 36# Do not include clang in SDK unless user wants to
37CLANGSDK ??= "0" 37CLANGSDK ??= "0"
38 38
39LLVMVERSION = "18.1.6" 39LLVMVERSION = "18.1.8"
40 40
41require conf/nonclangable.conf 41require conf/nonclangable.conf
42require conf/nonscanable.conf 42require conf/nonscanable.conf