diff options
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 1bbdae3..8294031 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -33,7 +33,7 @@ INHERIT += "clang" | |||
33 | # Do not include clang in SDK unless user wants to | 33 | # Do not include clang in SDK unless user wants to |
34 | CLANGSDK ??= "0" | 34 | CLANGSDK ??= "0" |
35 | 35 | ||
36 | LLVMVERSION = "18.1.0" | 36 | LLVMVERSION = "18.1.1" |
37 | 37 | ||
38 | require conf/nonclangable.conf | 38 | require conf/nonclangable.conf |
39 | require conf/nonscanable.conf | 39 | require conf/nonscanable.conf |
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 6cde0b0..8b3d608 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -6,10 +6,10 @@ LLVM_GIT_PROTOCOL ?= "https" | |||
6 | 6 | ||
7 | MAJOR_VER = "18" | 7 | MAJOR_VER = "18" |
8 | MINOR_VER = "1" | 8 | MINOR_VER = "1" |
9 | PATCH_VER = "0" | 9 | PATCH_VER = "1" |
10 | # could be 'rcX' or 'git' or empty ( for release ) | 10 | # could be 'rcX' or 'git' or empty ( for release ) |
11 | VER_SUFFIX = "" | 11 | VER_SUFFIX = "" |
12 | SRCREV ?= "461274b81d8641eab64d494accddc81d7db8a09e" | 12 | SRCREV ?= "dba2a75e9c7ef81fe84774ba5eee5e67e01d801a" |
13 | 13 | ||
14 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}" | 14 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}" |
15 | BRANCH = "release/18.x" | 15 | BRANCH = "release/18.x" |