diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-14 20:00:53 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-15 09:38:37 +0000 |
| commit | 20d0bb142dd5679782db089532007305b18d126c (patch) | |
| tree | bc995c67dbd53b18f39ab5c0caf6cf4610b890e4 | |
| parent | dececdc8e8bd2582bd44cc3011b1a72fa519d064 (diff) | |
| download | poky-20d0bb142dd5679782db089532007305b18d126c.tar.gz | |
llvm: update 15.0.1 -> 15.0.4
zstd is a new compression option in addition to zlib.
(From OE-Core rev: 4fc3bd589fc0d43f5b14cedf552fec476b25c5db)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 154a9a4ab0..4345701443 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
| @@ -26,7 +26,7 @@ QEMUVERSION ?= "7.1%" | |||
| 26 | GOVERSION ?= "1.19%" | 26 | GOVERSION ?= "1.19%" |
| 27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote | 27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote |
| 28 | # llvm version being used, so always bump it with llvm recipe version bump | 28 | # llvm version being used, so always bump it with llvm recipe version bump |
| 29 | LLVMVERSION ?= "15.0.1" | 29 | LLVMVERSION ?= "15.0.4" |
| 30 | RUSTVERSION ?= "1.65%" | 30 | RUSTVERSION ?= "1.65%" |
| 31 | 31 | ||
| 32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 1f47e5d0fb..2d346b70cf 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "devel" | |||
| 8 | 8 | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe" |
| 10 | 10 | ||
| 11 | DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native" | 11 | DEPENDS = "libffi libxml2 zlib zstd libedit ninja-native llvm-native" |
| 12 | 12 | ||
| 13 | COMPATIBLE_HOST:riscv64 = "null" | 13 | COMPATIBLE_HOST:riscv64 = "null" |
| 14 | COMPATIBLE_HOST:riscv32 = "null" | 14 | COMPATIBLE_HOST:riscv32 = "null" |
| @@ -19,14 +19,14 @@ inherit cmake pkgconfig | |||
| 19 | 19 | ||
| 20 | PROVIDES += "llvm${PV}" | 20 | PROVIDES += "llvm${PV}" |
| 21 | 21 | ||
| 22 | PV = "15.0.1" | 22 | PV = "15.0.4" |
| 23 | 23 | ||
| 24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" | 24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" |
| 25 | 25 | ||
| 26 | LLVM_RELEASE = "${PV}" | 26 | LLVM_RELEASE = "${PV}" |
| 27 | 27 | ||
| 28 | BRANCH = "release/${MAJOR_VERSION}.x" | 28 | BRANCH = "release/${MAJOR_VERSION}.x" |
| 29 | SRCREV = "b73d2c8c720a8c8e6e73b11be4e27afa6cb75bdf" | 29 | SRCREV = "5c68a1cb123161b54b72ce90e7975d95a8eaf2a4" |
| 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
| 31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
| 32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |
