summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/tcmode-default.inc
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-01-28 17:39:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-31 17:11:07 +0000
commita10ec437b1387e22a6d09211b4320d5330580f49 (patch)
treedce41f4d113e2f4b531f8e0b88a4cd8d25c18345 /meta/conf/distro/include/tcmode-default.inc
parent4360f7e2c16fae6361f3d8dffb0c34ec71c976ad (diff)
downloadpoky-a10ec437b1387e22a6d09211b4320d5330580f49.tar.gz
rust: Upgrade 1.66.1 -> 1.67.0
Disable ZStd to avoid needing libzstd in llvm (mirrors zlib disable). Generate complete list of rust-snapshot artefacts from src/stage0.json. Drop clippy-driver reproducibility change as the code is gone from upstream. Release notes: https://releases.rs/docs/1.67.0/ License-Update: Unicode-TOU text added (already in our license string) (From OE-Core rev: 4900e0c5cb8a092a1d77d4f26249afa59b241da6) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/tcmode-default.inc')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
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 f628e00d33..7cd0b004e9 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -25,7 +25,7 @@ LINUXLIBCVERSION ?= "6.1%"
25QEMUVERSION ?= "7.2%" 25QEMUVERSION ?= "7.2%"
26GOVERSION ?= "1.19%" 26GOVERSION ?= "1.19%"
27LLVMVERSION ?= "15.%" 27LLVMVERSION ?= "15.%"
28RUSTVERSION ?= "1.66%" 28RUSTVERSION ?= "1.67%"
29 29
30PREFERRED_VERSION_gcc ?= "${GCCVERSION}" 30PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
31PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" 31PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"