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 ee3446c..c071454 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.4" | 36 | LLVMVERSION = "18.1.5" |
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 8bfc4d1..7918626 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 = "4" | 9 | PATCH_VER = "5" |
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 ?= "e6c3289804a67ea0bb6a86fadbe454dd93b8d855" | 12 | SRCREV ?= "617a15a9eac96088ae5e9134248d8236e34b91b1" |
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" |