mbox series

[meta-lts-mixins,scarthgap/rust,00/11] Update to Rust 1.92.0

Message ID cover.1769470900.git.scott.murray@konsulko.com
Headers show
Series Update to Rust 1.92.0 | expand

Message

Scott Murray Jan. 26, 2026, 11:51 p.m. UTC
This patch series for the scarthgap/rust mixin layer backports the
recent Rust toolchain changes in oe-core master branch to pull in
the 1.90.0 -> 1.91.0 -> 1.91.1 -> 1.92.0 updates and other fixes.

I intend to push this series to scarthgap/rust by end of day tomorrow
(January 26, EST) unless a serious showstopper is pointed out.

Changes:

Alexander Kanavin (3):
  rust-target-config.bbclass: add RUST_TARGET_ABI to sstate signature
    exclusions
  rust-target-config.bbclass: apply signature exclusions only to
    native/nativesdk
  librsvg: upgrade 2.61.0 -> 2.61.3

Deepesh Varatharajan (2):
  cargo-c: update 0.10.16 -> 0.10.18
  cargo-c: update 0.10.18 -> 0.10.19

Hemanth Kumar M D (2):
  rust: Upgrade 1.91.1 -> 1.92.0
  rust: enable default uwtable and ignore arm no_std test

Yash Shinde (4):
  oeqa/selftest/rust: Exclude tier-check and fix openssl-sys build error
  rust: Upgrade 1.90.0 -> 1.91.0
  rust: remove passing tests from excluded and ignored list.
  rust: Upgrade 1.91.0 -> 1.91.1

 classes-recipe/rust-target-config.bbclass     |   9 +-
 conf/layer.conf                               |   2 +-
 lib/oeqa/selftest/cases/rust_mixin.py         |   9 +-
 recipes-devtools/rust/cargo-c-crates.inc      | 658 +++++++++---------
 ...Use-libc-SYS_futex_time64-on-riscv32.patch |  36 -
 ...1.0.bb => cargo-c_0.10.19+cargo-0.93.0.bb} |   5 +-
 .../rust/{cargo_1.90.0.bb => cargo_1.92.0.bb} |   0
 ...-gcs-instead-of-gcs-target-attribute.patch |  66 --
 ...teps-tool.rs-switch-off-lto-for-rust.patch |  20 +-
 .../rust/files/rust-oe-selftest.patch         | 163 +----
 ...ibstd-rs_1.90.0.bb => libstd-rs_1.92.0.bb} |   0
 ....90.0.bb => rust-cross-canadian_1.92.0.bb} |   0
 ...ust-llvm_1.90.0.bb => rust-llvm_1.92.0.bb} |   2 +-
 recipes-devtools/rust/rust-snapshot.inc       |  78 +--
 recipes-devtools/rust/rust-source.inc         |   3 +-
 .../rust/{rust_1.90.0.bb => rust_1.92.0.bb}   |   4 +-
 recipes-gnome/librsvg/librsvg-crates.inc      | 624 ++++++++---------
 ...ld-do-not-force-disable-gdk-pixbuf-l.patch |   2 +-
 ...append-RUSTFLAGS-to-rustc-executable.patch |   2 +-
 ...e-care-of-deprecated-assert_cmd-Comm.patch |  42 ++
 .../{librsvg_2.61.0.bb => librsvg_2.61.3.bb}  |   4 +-
 21 files changed, 790 insertions(+), 939 deletions(-)
 delete mode 100644 recipes-devtools/rust/cargo-c/0001-getrandom-Use-libc-SYS_futex_time64-on-riscv32.patch
 rename recipes-devtools/rust/{cargo-c_0.10.16+cargo-0.91.0.bb => cargo-c_0.10.19+cargo-0.93.0.bb} (70%)
 rename recipes-devtools/rust/{cargo_1.90.0.bb => cargo_1.92.0.bb} (100%)
 delete mode 100644 recipes-devtools/rust/files/0001-libunwind-Use-gcs-instead-of-gcs-target-attribute.patch
 rename recipes-devtools/rust/{libstd-rs_1.90.0.bb => libstd-rs_1.92.0.bb} (100%)
 rename recipes-devtools/rust/{rust-cross-canadian_1.90.0.bb => rust-cross-canadian_1.92.0.bb} (100%)
 rename recipes-devtools/rust/{rust-llvm_1.90.0.bb => rust-llvm_1.92.0.bb} (99%)
 rename recipes-devtools/rust/{rust_1.90.0.bb => rust_1.92.0.bb} (99%)
 create mode 100644 recipes-gnome/librsvg/librsvg/0001-tests-revert-Take-care-of-deprecated-assert_cmd-Comm.patch
 rename recipes-gnome/librsvg/{librsvg_2.61.0.bb => librsvg_2.61.3.bb} (95%)