mirror of
https://git.yoctoproject.org/poky
synced 2026-06-08 03:20:47 +00:00
tcmode-default: Do not define LLVMVERSION
There is a single version of llvm in core these days, furthermore the version is no longer asked for by recipes such as mesa, which would use llvm-config tool according to version of llvm found. (From OE-Core rev: 15d09b02b2632ab1cabc3b1bd9f521e6d3d3b83f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.com> Acked-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -24,7 +24,6 @@ GLIBCVERSION ?= "2.39%"
|
||||
LINUXLIBCVERSION ?= "6.6%"
|
||||
QEMUVERSION ?= "8.2%"
|
||||
GOVERSION ?= "1.20%"
|
||||
LLVMVERSION ?= "17.%"
|
||||
RUSTVERSION ?= "1.74%"
|
||||
|
||||
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
||||
@@ -77,10 +76,6 @@ PREFERRED_VERSION_go-runtime ?= "${GOVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-go ?= "${GOVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-go-runtime ?= "${GOVERSION}"
|
||||
|
||||
PREFERRED_VERSION_llvm = "${LLVMVERSION}"
|
||||
PREFERRED_VERSION_llvm-native = "${LLVMVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-llvm = "${LLVMVERSION}"
|
||||
|
||||
# Rust toolchain preferred versions:
|
||||
|
||||
PREFERRED_VERSION_cargo ?= "${RUSTVERSION}"
|
||||
|
||||
Reference in New Issue
Block a user