diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:15:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:35 +0100 |
commit | 507a50cf291774aa5575ec2c59709b9ca06dc23b (patch) | |
tree | b9f023ee0573d184a7cb0cf9bedfe0a01bbf0388 /meta/conf/distro | |
parent | c109408ceb7d44d360e025a3cfa279aa437782cb (diff) | |
download | poky-507a50cf291774aa5575ec2c59709b9ca06dc23b.tar.gz |
llvm: update 14.0.6 -> 15.0.1
'Release' type follows standard practice elsewhere in core, particularly rust-llvm as well.
(From OE-Core rev: 20adf74207b8c3eac7871e27da2df1aa26fca3b6)
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>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 6bba92ac96..f3e282077a 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 ?= "14.0.6" | 29 | LLVMVERSION ?= "15.0.1" |
30 | RUSTVERSION ?= "1.64%" | 30 | RUSTVERSION ?= "1.64%" |
31 | 31 | ||
32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |