diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-03-31 07:26:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-04 13:11:50 +0100 |
commit | 6cfa4e540c99ed434b3bf76e91f013691bb5c37e (patch) | |
tree | 7597069f274999991a8178731f5710dec1681cc8 /meta/conf/distro/include/tcmode-default.inc | |
parent | d75a58d013935b590e1173e80b7891c21859bf0d (diff) | |
download | poky-6cfa4e540c99ed434b3bf76e91f013691bb5c37e.tar.gz |
rust: update 1.67.1 -> 1.68.1
Rebase patches; one of the vendored crossbeam versions
has been removed upstream, and so crossbeam_atomic.patch
is adjusted accordingly.
Replace getrandom-open64.patch with a backport.
(From OE-Core rev: f5accb4fae49342cbec21718ae7a427615bfcedd)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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.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 ef61377491..f9e88ca426 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -25,7 +25,7 @@ LINUXLIBCVERSION ?= "6.1%" | |||
25 | QEMUVERSION ?= "7.2%" | 25 | QEMUVERSION ?= "7.2%" |
26 | GOVERSION ?= "1.20%" | 26 | GOVERSION ?= "1.20%" |
27 | LLVMVERSION ?= "15.%" | 27 | LLVMVERSION ?= "15.%" |
28 | RUSTVERSION ?= "1.67%" | 28 | RUSTVERSION ?= "1.68%" |
29 | 29 | ||
30 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 30 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
31 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 31 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |