diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-03-09 12:43:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-18 12:21:45 +0000 |
commit | 8ffe194baa7ce9beb5ae74058d212b9488ca382a (patch) | |
tree | 673f0872ae34858f0c70ead845eb5546a32049ca /meta/recipes-devtools/llvm | |
parent | 421083c46c97bf758496b8c58402aea5d74aa097 (diff) | |
download | poky-8ffe194baa7ce9beb5ae74058d212b9488ca382a.tar.gz |
llvm: Update to 18.1.1 release
This is final release after RC suffix is removed
(From OE-Core rev: 8ec8d41087c6c01572b785f5d71983bcce584396)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/llvm')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 111fb07fac..8086c9e2eb 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -17,14 +17,14 @@ inherit cmake pkgconfig | |||
17 | # could be 'rcX' or 'git' or empty ( for release ) | 17 | # could be 'rcX' or 'git' or empty ( for release ) |
18 | VER_SUFFIX = "" | 18 | VER_SUFFIX = "" |
19 | 19 | ||
20 | PV = "18.1.0${VER_SUFFIX}" | 20 | PV = "18.1.1${VER_SUFFIX}" |
21 | 21 | ||
22 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" | 22 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" |
23 | 23 | ||
24 | LLVM_RELEASE = "${PV}" | 24 | LLVM_RELEASE = "${PV}" |
25 | 25 | ||
26 | BRANCH = "release/${MAJOR_VERSION}.x" | 26 | BRANCH = "release/${MAJOR_VERSION}.x" |
27 | SRCREV = "461274b81d8641eab64d494accddc81d7db8a09e" | 27 | SRCREV = "dba2a75e9c7ef81fe84774ba5eee5e67e01d801a" |
28 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 28 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
29 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 29 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
30 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 30 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |