summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorDeepesh Varatharajan <Deepesh.Varatharajan@windriver.com>2025-02-19 07:20:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-20 11:57:49 +0000
commit555849ead388cb0cc32eaa2a05e7b0e0bacdcf12 (patch)
treea669ed4a0dfee9b8b84a12c8d80134d658d8b89c /meta/conf
parent4e1b34de24ce0acfa925f9191d9c7946af8f2fcc (diff)
downloadpoky-555849ead388cb0cc32eaa2a05e7b0e0bacdcf12.tar.gz
rust: Upgrade 1.81.0->1.82.0
Rust stable version updated to 1.82.0. https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html Renamed the below patch to adapt the new version. rv32-cargo-rustix-0.38.28-fix.patch->rv32-cargo-rustix-0.38.34-fix.patch Dropped: rv32-rustix-libc-backend.patch [addressed with rv32-cargo-rustix-0.38.34-fix.patch] (From OE-Core rev: cfa431e734a642796140347f09c3c54b41a7bb75) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 6affa6d718..13f31d46de 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -28,7 +28,7 @@ GLIBCVERSION ?= "2.41%"
28LINUXLIBCVERSION ?= "6.12%" 28LINUXLIBCVERSION ?= "6.12%"
29QEMUVERSION ?= "9.2%" 29QEMUVERSION ?= "9.2%"
30GOVERSION ?= "1.22%" 30GOVERSION ?= "1.22%"
31RUSTVERSION ?= "1.81%" 31RUSTVERSION ?= "1.82%"
32 32
33PREFERRED_VERSION_gcc ?= "${GCCVERSION}" 33PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
34PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" 34PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"