mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
Rust has been upgraded to rust-1.60.0 that uses LLVM 14. Please refer the following link for more detailed features. https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html https://github.com/rust-lang/rust/blob/master/RELEASES.md (From OE-Core rev: 786a9a66486cf179ee4c9e295569fcd8c37fef78) Signed-off-by: pgowda <pgowda.cve@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
414 B
BlitzBasic
12 lines
414 B
BlitzBasic
require rust-source.inc
|
|
require libstd-rs.inc
|
|
|
|
# Check if libc crate is >= 0.2.17 before dropping this patch
|
|
SRC_URI += " \
|
|
file://0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch;patchdir=../../ \
|
|
file://0001-Update-checksums-for-modified-vendored-libc.patch;patchdir=../../ \
|
|
"
|
|
# libstd moved from src/libstd to library/std in 1.47+
|
|
S = "${RUSTSRC}/library/std"
|
|
|
|
BBCLASSEXTEND = "nativesdk" |