diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2025-12-11 21:47:33 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-26 19:48:02 -0800 |
| commit | ba32aef278cd7d0249cfe3c9e8319970f3018ff2 (patch) | |
| tree | e6b64e0416f158cc73c67379b8ab3f60d6489182 | |
| parent | 55e7549be5c74231e1818cac8a9523f65fa61368 (diff) | |
| download | meta-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.conf | 2 |
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 |
| 37 | CLANGSDK ??= "0" | 37 | CLANGSDK ??= "0" |
| 38 | 38 | ||
| 39 | LLVMVERSION = "18.1.6" | 39 | LLVMVERSION = "18.1.8" |
| 40 | 40 | ||
| 41 | require conf/nonclangable.conf | 41 | require conf/nonclangable.conf |
| 42 | require conf/nonscanable.conf | 42 | require conf/nonscanable.conf |
