diff options
author | Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | 2025-03-27 02:06:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-27 13:41:58 +0000 |
commit | 6d78fbe5c5945701b6bd30101da5ce16164f4e6b (patch) | |
tree | 6af556f0e130a80d880fae4fece681adfa1032c4 /meta/recipes-devtools/rust/rust-cross-canadian_1.84.1.bb | |
parent | 824f05fe73c23c49530eb37c6a4ddab09a9289ad (diff) | |
download | poky-6d78fbe5c5945701b6bd30101da5ce16164f4e6b.tar.gz |
rust: Upgrade 1.83.0->1.84.1
Rust stable version updated to 1.84.1.
https://blog.rust-lang.org/2025/01/30/Rust-1.84.1.html
Renamed and modified the below patch to adapt the new version.
rv32-cargo-rustix-0.38.37-fix.patch->rv32-cargo-rustix-0.38.38-fix.patch
Modified the below patches to adapt the new version.
repro-issue-fix-with-cc-crate-hashmap.patch
revert-link-std-statically-in-rustc_driver-feature.patch
Dropped the below patches :
0001-NFC-fix-build-failure-100993.patch
https://github.com/llvm/llvm-project/commit/6ee49080e4bb43efe7ede10bed15935853bbd434
revert-Zdual-proc-macros-additional-check.patch
Issue is fixed in rust-master and the fix is backported in the
subsequent patch of the series.
(From OE-Core rev: 4265f668de8c6708cb3a003ad655559031724149)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-cross-canadian_1.84.1.bb')
-rw-r--r-- | meta/recipes-devtools/rust/rust-cross-canadian_1.84.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.84.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.84.1.bb new file mode 100644 index 0000000000..55865238ab --- /dev/null +++ b/meta/recipes-devtools/rust/rust-cross-canadian_1.84.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit cross-canadian | ||
2 | require rust-cross-canadian.inc \ No newline at end of file | ||