diff options
| author | Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | 2025-02-19 07:20:30 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-20 11:57:49 +0000 |
| commit | 555849ead388cb0cc32eaa2a05e7b0e0bacdcf12 (patch) | |
| tree | a669ed4a0dfee9b8b84a12c8d80134d658d8b89c /meta/conf | |
| parent | 4e1b34de24ce0acfa925f9191d9c7946af8f2fcc (diff) | |
| download | poky-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.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 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%" | |||
| 28 | LINUXLIBCVERSION ?= "6.12%" | 28 | LINUXLIBCVERSION ?= "6.12%" |
| 29 | QEMUVERSION ?= "9.2%" | 29 | QEMUVERSION ?= "9.2%" |
| 30 | GOVERSION ?= "1.22%" | 30 | GOVERSION ?= "1.22%" |
| 31 | RUSTVERSION ?= "1.81%" | 31 | RUSTVERSION ?= "1.82%" |
| 32 | 32 | ||
| 33 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 33 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
| 34 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 34 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |
