mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
This is latest major release, changes are here [1] Forward port libstd-rs patches and refresh musl/rv64 port [1] https://github.com/rust-lang/rust/releases/tag/1.56.0 (From OE-Core rev: 183204cbc70a4ef418b16df48bc7eb6e3a75a114) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
483 B
BlitzBasic
12 lines
483 B
BlitzBasic
require rust-source.inc
|
|
require libstd-rs.inc
|
|
|
|
SRC_URI += " \
|
|
file://0005-Add-base-definitions-for-riscv64-musl-libc.patch;patchdir=../../ \
|
|
file://0006-FIXUP-linux-musl-mod.rs-add-riscv64-to-b64-set.patch;patchdir=../../ \
|
|
file://0007-FIXUP-Correct-definitions-to-match-musl.patch;patchdir=../../ \
|
|
file://0008-Update-checksums-for-modified-files-for-rust.patch;patchdir=../../ \
|
|
"
|
|
# libstd moved from src/libstd to library/std in 1.47+
|
|
S = "${RUSTSRC}/library/std"
|