https://blog.rust-lang.org/2025/11/10/Rust-1.91.1/
Test results summary:
rust v1.91.1
+-----------+--------+---------+
| Machine | Passed | Ignored |
+-----------+--------+---------+
| arm-32 | 29,968 | 1,510 |
| arm-64 | 30,071 | 1,447 |
| x86-32 | 29,985 | 1,489 |
| x86-64 | 30,229 | 1,247 |
| riscv-64 | 30,045 | 1,472 |
+-----------+--------+---------+
Test results difference (1.91.1 - 1.90):
+-----------+--------+---------+
| Machine | Passed | Ignored |
+-----------+--------+---------+
| arm-32 | +451 | -19 |
| arm-64 | +463 | -24 |
| x86-32 | +477 | -18 |
| x86-64 | +326 | -28 |
| riscv-64 | +461 | -22 |
+-----------+--------+---------+
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
GCCVERSION ?= "15.%"
SDKGCCVERSION ?= "${GCCVERSION}"
GLIBCVERSION ?= "2.42%"
-RUSTVERSION ?= "1.91.0%"
+RUSTVERSION ?= "1.91.1%"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
file://revert-link-std-statically-in-rustc_driver-feature.patch;patchdir=${RUSTSRC} \
file://0001-riscv32-Define-plain-syscalls-as-their-time64-varian.patch;patchdir=${RUSTSRC} \
"
-SRC_URI[rust.sha256sum] = "9b94161dba3aa32192e0e75f7891912d98095ffb86087b07a05af35a0265a938"
+SRC_URI[rust.sha256sum] = "66401bb815e236cc6b2aacbbe23b61b286c1fe27a67902e7c0222cfe77b3dbab"
RUSTSRC = "${UNPACKDIR}/rustc-${RUST_VERSION}-src"