All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-lts-mixins][kirkstone/rust][PATCH 0/7] Update to Rust 1.88.0
@ 2025-08-17 17:29 Scott Murray
  2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 1/7] rust: Update riscv32 patch with the backport Scott Murray
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Scott Murray @ 2025-08-17 17:29 UTC (permalink / raw)
  To: yocto-patches

This patch series for the kirkstone/rust mixin layer backports the
recent Rust toolchain changes in oe-core master branch to pull in
the 1.87.0 -> 1.88.0 updates and other fixes.

I intend to push this series to kirkstone/rust within 24 hours
unless a serious showstopper is pointed out.


Changes:

Jayasurya Maganuru (1):
  rust: Upgrade 1.87.0 -> 1.88.0

Khem Raj (4):
  rust: Update riscv32 patch with the backport
  cargo-c: Upgrade to 0.10.14+cargo-0.89.0
  libstd-rs: Fix build regression on rv32
  cargo-c: Update patches to latest versions

Peter Tatrai (2):
  rust: disable executable-no-mangle-strip test on PowerPC due to linker
    issue
  rust: backport cstring-merging test fix for PowerPC targets

 conf/layer.conf                               |   2 +-
 lib/oeqa/selftest/cases/rust_mixin.py         |   2 +
 recipes-devtools/rust/cargo-c-crates.inc      | 498 +++++++++---------
 ...Use-libc-SYS_futex_time64-on-riscv32.patch |  36 ++
 ...Use-libc-SYS_futex_time64-on-riscv32.patch |  51 ++
 ...8.0.bb => cargo-c_0.10.14+cargo-0.89.0.bb} |   7 +-
 .../rust/{cargo_1.87.0.bb => cargo_1.88.0.bb} |   0
 ...l-codes-on-riscv32gc-unknown-linux-g.patch | 375 ++++++++++---
 ...lain-syscalls-as-their-time64-varian.patch |  49 ++
 ...teps-tool.rs-switch-off-lto-for-rust.patch |  18 +-
 .../backport-fix-test-string-merging.patch    |  27 +
 ...epro-issue-fix-with-cc-crate-hashmap.patch | 102 ----
 ...d-statically-in-rustc_driver-feature.patch |   6 +-
 .../rust/files/rust-oe-selftest.patch         |  63 ++-
 ...ibstd-rs_1.87.0.bb => libstd-rs_1.88.0.bb} |   0
 ....87.0.bb => rust-cross-canadian_1.88.0.bb} |   0
 ...ust-llvm_1.87.0.bb => rust-llvm_1.88.0.bb} |   2 +-
 recipes-devtools/rust/rust-snapshot.inc       |  78 +--
 recipes-devtools/rust/rust-source.inc         |   4 +-
 .../rust/{rust_1.87.0.bb => rust_1.88.0.bb}   |   0
 20 files changed, 848 insertions(+), 472 deletions(-)
 create mode 100644 recipes-devtools/rust/cargo-c/0001-getrandom-Use-libc-SYS_futex_time64-on-riscv32.patch
 create mode 100644 recipes-devtools/rust/cargo-c/0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch
 rename recipes-devtools/rust/{cargo-c_0.10.13+cargo-0.88.0.bb => cargo-c_0.10.14+cargo-0.89.0.bb} (50%)
 rename recipes-devtools/rust/{cargo_1.87.0.bb => cargo_1.88.0.bb} (100%)
 create mode 100644 recipes-devtools/rust/files/0001-riscv32-Define-plain-syscalls-as-their-time64-varian.patch
 create mode 100644 recipes-devtools/rust/files/backport-fix-test-string-merging.patch
 rename recipes-devtools/rust/{libstd-rs_1.87.0.bb => libstd-rs_1.88.0.bb} (100%)
 rename recipes-devtools/rust/{rust-cross-canadian_1.87.0.bb => rust-cross-canadian_1.88.0.bb} (100%)
 rename recipes-devtools/rust/{rust-llvm_1.87.0.bb => rust-llvm_1.88.0.bb} (99%)
 rename recipes-devtools/rust/{rust_1.87.0.bb => rust_1.88.0.bb} (100%)

-- 
2.50.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-08-17 17:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-17 17:29 [meta-lts-mixins][kirkstone/rust][PATCH 0/7] Update to Rust 1.88.0 Scott Murray
2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 1/7] rust: Update riscv32 patch with the backport Scott Murray
2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 2/7] cargo-c: Upgrade to 0.10.14+cargo-0.89.0 Scott Murray
2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 3/7] rust: Upgrade 1.87.0 -> 1.88.0 Scott Murray
2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 4/7] libstd-rs: Fix build regression on rv32 Scott Murray
2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 5/7] cargo-c: Update patches to latest versions Scott Murray
2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 6/7] rust: disable executable-no-mangle-strip test on PowerPC due to linker issue Scott Murray
2025-08-17 17:29 ` [meta-lts-mixins][kirkstone/rust][PATCH 7/7] rust: backport cstring-merging test fix for PowerPC targets Scott Murray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.