diff options
author | Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | 2025-01-13 04:08:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-14 11:57:52 +0000 |
commit | e51f98d5ff41c72590c63acc96da4d8d68d1c8f0 (patch) | |
tree | 92584601c8cf0756258aa8a986721df674bdaecf /meta/conf/distro | |
parent | 3805214ecfc683cce6cdc9cf00b0ebad2a69b875 (diff) | |
download | poky-e51f98d5ff41c72590c63acc96da4d8d68d1c8f0.tar.gz |
rust: Upgrade 1.80.1->1.81.0
https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html
Drop the following backported patches which is addressed
with rust v1.81.0 upgrade.
0001-cargo-do-not-write-host-information-into-compilation.patch
https://github.com/rust-lang/cargo/commit/2db0bab16139d094f689587b73539aae386a1919
hardcodepaths.patch
https://github.com/rust-lang/rust/commit/28503d69ac204ff208d115aea30dc09d6fca8728
(From OE-Core rev: 611ec9ffbac974f472a828277ba7f3e344e99ca3)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.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 8ccef0a4d8..c0817a2bf5 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -24,7 +24,7 @@ GLIBCVERSION ?= "2.40%" | |||
24 | LINUXLIBCVERSION ?= "6.12%" | 24 | LINUXLIBCVERSION ?= "6.12%" |
25 | QEMUVERSION ?= "9.2%" | 25 | QEMUVERSION ?= "9.2%" |
26 | GOVERSION ?= "1.22%" | 26 | GOVERSION ?= "1.22%" |
27 | RUSTVERSION ?= "1.80%" | 27 | RUSTVERSION ?= "1.81%" |
28 | 28 | ||
29 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 29 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
30 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 30 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |