mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
In the meta-rust repo at commit: 448047c Upgrade to 1.54.0 (#359) Make the required directories: mkdir ../oe-core/meta/recipes-devtools/rust mkdir ../oe-core/meta/recipes-devtools/cargo mkdir ../oe-core/meta/recipes-example and then: cp recipes-devtools/rust/* ../oe-core/meta/recipes-devtools/rust cp recipes-devtools/cargo/* ../oe-core/meta/recipes-devtools/cargo cp lib/crate.py ../oe-core/meta/lib cp recipes-example/* ../oe-core/meta/recipes-example cp conf/distro/include/rust_* ../oe-core/meta/conf/distro/include/ cp classes/* ../oe-core/meta/classes/ cp recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb ../oe-core/meta/recipes-core/packagegroups (From OE-Core rev: 3ed57578cca93ff1ba4e0bf3f25566e10659a2f9) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
564 B
BlitzBasic
13 lines
564 B
BlitzBasic
require rust-source-${PV}.inc
|
|
require libstd-rs.inc
|
|
|
|
SRC_URI += "file://riscv-march.patch;patchdir=../../ \
|
|
file://rv64gc.patch;patchdir=../../ \
|
|
file://0001-Add-base-definitions-for-riscv64-musl.patch;patchdir=../../ \
|
|
file://0002-FIXUP-linux-musl-mod.rs-add-riscv64-to-b64-set.patch;patchdir=../../ \
|
|
file://0003-FIXUP-Correct-definitions-to-match-musl.patch;patchdir=../../ \
|
|
file://0004-Update-1.51.0-checksums-for-modified-files.patch;patchdir=../../ \
|
|
"
|
|
# libstd moved from src/libstd to library/std in 1.47+
|
|
S = "${RUSTSRC}/library/std"
|