Skip to content

Commit b141115

Browse files
Yashinde145rpurdie
authored andcommitted
rust: Upgrade 1.85.0->1.85.1
Rust stable version updated to 1.85.1 https://blog.rust-lang.org/2025/03/18/Rust-1.85.1.html Dropped patches: downgrade-bootstrap-cc.patch since it's merged with v1.85.1. Signed-off-by: Yash Shinde <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent 3130069 commit b141115

File tree

8 files changed

+2
-44
lines changed

8 files changed

+2
-44
lines changed

meta/conf/distro/include/tcmode-default.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
1212
GCCVERSION ?= "14.%"
1313
SDKGCCVERSION ?= "${GCCVERSION}"
1414
GLIBCVERSION ?= "2.41%"
15-
RUSTVERSION ?= "1.85.0%"
15+
RUSTVERSION ?= "1.85.1%"
1616

1717
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
1818
PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
File renamed without changes.

meta/recipes-devtools/rust/files/downgrade-bootstrap-cc.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.
File renamed without changes.

meta/recipes-devtools/rust/rust-cross-canadian_1.85.0.bb renamed to meta/recipes-devtools/rust/rust-cross-canadian_1.85.1.bb

File renamed without changes.
File renamed without changes.

meta/recipes-devtools/rust/rust-source.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
88
file://0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch;patchdir=${RUSTSRC} \
99
file://revert-link-std-statically-in-rustc_driver-feature.patch;patchdir=${RUSTSRC} \
1010
file://Zdual-proc-macros-additional-check.patch;patchdir=${RUSTSRC} \
11-
file://downgrade-bootstrap-cc.patch;patchdir=${RUSTSRC} \
1211
"
13-
SRC_URI[rust.sha256sum] = "d542c397217b5ba5bac7eb274f5ca62d031f61842c3ba4cc5328c709c38ea1e7"
12+
SRC_URI[rust.sha256sum] = "b1fbf809efe9f036939401e142631c201a53bcf43ec1696bd9f5290ba236a266"
1413

1514
RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
1615

0 commit comments

Comments
 (0)