diff options
author | Yash Shinde <Yash.Shinde@windriver.com> | 2024-08-08 03:00:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-09 22:33:38 +0100 |
commit | be70d81a3cc2775c38270653570e9089f0a68701 (patch) | |
tree | 6a4126dd08aaabcd8aba8dc452f0d4b7695e8d27 /meta/recipes-devtools/rust/rust-source.inc | |
parent | ab1bd4a04bc7d392d3910cb9adf2f950508dd684 (diff) | |
download | poky-be70d81a3cc2775c38270653570e9089f0a68701.tar.gz |
rust: Upgrade 1.75.0->1.76.0
* Drop "--doc" option for rust oe-selftest since
it is not supported on bootstrap builds for
cross-targets.
* Drop the following backported patches which are merged
with rust v1.76 upgrade.
- custom-target-cfg.patch
- rustc-bootstrap.patch
- rv32-missing-syscalls.patch
- target-build-value.patch
https://blog.rust-lang.org/2024/02/08/Rust-1.76.0.html
* Drop 'rust-rustdoc' and 'rust-dbg' from 'exclude_packages' list
to check for rust reproducibility.
(From OE-Core rev: 71d17ed3c7be029fc68e9dd3f5d6c4aa72ef861a)
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-source.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 86457c284c..50d94662ec 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
@@ -4,12 +4,8 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n | |||
4 | file://hardcodepaths.patch;patchdir=${RUSTSRC} \ | 4 | file://hardcodepaths.patch;patchdir=${RUSTSRC} \ |
5 | file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ | 5 | file://zlib-off64_t.patch;patchdir=${RUSTSRC} \ |
6 | file://0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch;patchdir=${RUSTSRC} \ | 6 | file://0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch;patchdir=${RUSTSRC} \ |
7 | file://rv32-missing-syscalls.patch;patchdir=${RUSTSRC} \ | ||
8 | file://rv32-rustix-libc-backend.patch;patchdir=${RUSTSRC} \ | 7 | file://rv32-rustix-libc-backend.patch;patchdir=${RUSTSRC} \ |
9 | file://rv32-cargo-rustix-0.38.19-fix.patch;patchdir=${RUSTSRC} \ | 8 | file://rv32-cargo-rustix-0.38.19-fix.patch;patchdir=${RUSTSRC} \ |
10 | file://custom-target-cfg.patch;patchdir=${RUSTSRC} \ | ||
11 | file://rustc-bootstrap.patch;patchdir=${RUSTSRC} \ | ||
12 | file://target-build-value.patch;patchdir=${RUSTSRC} \ | ||
13 | file://0001-Handle-vendored-sources-when-remapping-paths.patch;patchdir=${RUSTSRC} \ | 9 | file://0001-Handle-vendored-sources-when-remapping-paths.patch;patchdir=${RUSTSRC} \ |
14 | file://repro-issue-fix-with-v175.patch;patchdir=${RUSTSRC} \ | 10 | file://repro-issue-fix-with-v175.patch;patchdir=${RUSTSRC} \ |
15 | file://0001-cargo-do-not-write-host-information-into-compilation.patch;patchdir=${RUSTSRC} \ | 11 | file://0001-cargo-do-not-write-host-information-into-compilation.patch;patchdir=${RUSTSRC} \ |
@@ -17,7 +13,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n | |||
17 | file://cross-targets-backport.patch;patchdir=${RUSTSRC} \ | 13 | file://cross-targets-backport.patch;patchdir=${RUSTSRC} \ |
18 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ | 14 | file://rust-oe-selftest.patch;patchdir=${RUSTSRC} \ |
19 | " | 15 | " |
20 | SRC_URI[rust.sha256sum] = "4526f786d673e4859ff2afa0bab2ba13c918b796519a25c1acce06dba9542340" | 16 | SRC_URI[rust.sha256sum] = "805482b436442a6786d270cacbab8f00529e06141b27b7fb01909b97ce4f3464" |
21 | 17 | ||
22 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" | 18 | RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" |
23 | 19 | ||