diff mbox series

[meta-lts-mixins,scarthgap/rust,37/37] rust: Upgrade 1.98.0 -> 1.98.1

Message ID eedcdc7486ff15c3510c2ceff68c87d9db141312.1789156653.git.scott.murray@konsulko.com
State New
Headers show
Series Update to 1.98.1 | expand

Commit Message

Scott Murray Sept. 11, 2026, 8:13 p.m. UTC
From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>

https://github.com/rust-lang/rust/releases/tag/1.98.1

Rust 1.98.1 fixes:
- Fixes a miscompilation when generating vtables

Test results:

rust v1.98.1
+-------------+---------+---------+
| Machine     | Passed  | Skipped |
+-------------+---------+---------+
| qemux86-64  |  23170  |   805   |
| qemux86     |  22914  |  1061   |
| qemuarm64   |  23000  |   975   |
| qemuarm     |  22894  |  1081   |
| qemuriscv64 |  22943  |  1032   |
+-------------+---------+---------+

Test results difference (1.98.1 - 1.98.0):

+-------------+--------+---------+
| Machine     | Passed | Skipped |
+-------------+--------+---------+
| qemux86-64  |   +1   |    0    |
| qemux86     |   +1   |    0    |
| qemuarm64   |   +1   |    0    |
| qemuarm     |   +1   |    0    |
| qemuriscv64 |   +1   |    0    |
+-------------+--------+---------+

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(adapted from oe-core commit 8597de0d9517292aacff49c35b80647ae94accf8)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 conf/layer.conf                                               | 4 ++--
 recipes-devtools/rust/{cargo_1.98.0.bb => cargo_1.98.1.bb}    | 0
 .../rust/{libstd-rs_1.98.0.bb => libstd-rs_1.98.1.bb}         | 0
 ...cross-canadian_1.98.0.bb => rust-cross-canadian_1.98.1.bb} | 0
 .../rust/{rust-llvm_1.98.0.bb => rust-llvm_1.98.1.bb}         | 0
 recipes-devtools/rust/rust-source.inc                         | 2 +-
 .../rust/{rust-source_1.98.0.bb => rust-source_1.98.1.bb}     | 0
 recipes-devtools/rust/{rust_1.98.0.bb => rust_1.98.1.bb}      | 0
 8 files changed, 3 insertions(+), 3 deletions(-)
 rename recipes-devtools/rust/{cargo_1.98.0.bb => cargo_1.98.1.bb} (100%)
 rename recipes-devtools/rust/{libstd-rs_1.98.0.bb => libstd-rs_1.98.1.bb} (100%)
 rename recipes-devtools/rust/{rust-cross-canadian_1.98.0.bb => rust-cross-canadian_1.98.1.bb} (100%)
 rename recipes-devtools/rust/{rust-llvm_1.98.0.bb => rust-llvm_1.98.1.bb} (100%)
 rename recipes-devtools/rust/{rust-source_1.98.0.bb => rust-source_1.98.1.bb} (100%)
 rename recipes-devtools/rust/{rust_1.98.0.bb => rust_1.98.1.bb} (100%)
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index d310640..81b4267 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -15,8 +15,8 @@  LAYERDEPENDS_scarthgap-rust-mixin = "core"
 
 LICENSE_PATH += "${LAYERDIR}/files/common-licenses"
 
-RUSTVERSION ?= "1.98.0%"
+RUSTVERSION ?= "1.98.1%"
 
 # For lack of a better place to put this since it needs to be visible
 # globally, carry it here.
-RECIPE_MAINTAINER:pn-rust-source-1.98.0 = "Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>"
+RECIPE_MAINTAINER:pn-rust-source-1.98.1 = "Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>"
diff --git a/recipes-devtools/rust/cargo_1.98.0.bb b/recipes-devtools/rust/cargo_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/cargo_1.98.0.bb
rename to recipes-devtools/rust/cargo_1.98.1.bb
diff --git a/recipes-devtools/rust/libstd-rs_1.98.0.bb b/recipes-devtools/rust/libstd-rs_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/libstd-rs_1.98.0.bb
rename to recipes-devtools/rust/libstd-rs_1.98.1.bb
diff --git a/recipes-devtools/rust/rust-cross-canadian_1.98.0.bb b/recipes-devtools/rust/rust-cross-canadian_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust-cross-canadian_1.98.0.bb
rename to recipes-devtools/rust/rust-cross-canadian_1.98.1.bb
diff --git a/recipes-devtools/rust/rust-llvm_1.98.0.bb b/recipes-devtools/rust/rust-llvm_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust-llvm_1.98.0.bb
rename to recipes-devtools/rust/rust-llvm_1.98.1.bb
diff --git a/recipes-devtools/rust/rust-source.inc b/recipes-devtools/rust/rust-source.inc
index 4ef2ada..3b41db1 100644
--- a/recipes-devtools/rust/rust-source.inc
+++ b/recipes-devtools/rust/rust-source.inc
@@ -10,7 +10,7 @@  SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
             file://0004-Backport-commits-from-rust-Fix-selftest-llvm23.patch;patchdir=${RUSTSRC} \
             file://0005-rustc_codegen_llvm-Do-not-pass-amx-tf32-to-LLVM-23.patch;patchdir=${RUSTSRC} \
 "
-SRC_URI[rust.sha256sum] = "271fa73d8174f53d713c46a8310da7bf7cfdcfb8b7cfd1c2b74b84a83ae9fb1e"
+SRC_URI[rust.sha256sum] = "be1816e7f6c40abb90245ad6e024bed2a7e88d7dda4561e4d5470207df616b9f"
 
 # Point UNPACKDIR into the work-shared location so rust-source.bb and all
 # consumers (via S/RUSTSRC) reference a single shared source tree.
diff --git a/recipes-devtools/rust/rust-source_1.98.0.bb b/recipes-devtools/rust/rust-source_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust-source_1.98.0.bb
rename to recipes-devtools/rust/rust-source_1.98.1.bb
diff --git a/recipes-devtools/rust/rust_1.98.0.bb b/recipes-devtools/rust/rust_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust_1.98.0.bb
rename to recipes-devtools/rust/rust_1.98.1.bb