mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
rust: Remove unneeded RUST_TARGETGENS settings
These match the default from the class so drop them. We then always generate all targets so remove the configuration from the class. (From OE-Core rev: e4d56256936c55bab2bf2934ccbde9157ef7dc57) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -12,9 +12,6 @@ DEPENDS:append:libc-musl = " libunwind"
|
||||
DEPENDS:remove:riscv32 = "libunwind"
|
||||
DEPENDS:remove:riscv64 = "libunwind"
|
||||
|
||||
|
||||
RUST_TARGETGENS = "BUILD HOST TARGET"
|
||||
|
||||
# Embed bitcode in order to allow compiling both with and without LTO
|
||||
RUSTFLAGS += "-Cembed-bitcode=yes"
|
||||
# Needed so cargo can find libbacktrace
|
||||
|
||||
@@ -34,8 +34,6 @@ setup_cargo_environment () {
|
||||
|
||||
inherit rust-target-config
|
||||
|
||||
RUST_TARGETGENS = "BUILD HOST TARGET"
|
||||
|
||||
do_rust_setup_snapshot () {
|
||||
for installer in "${WORKDIR}/rust-snapshot-components/"*"/install.sh"; do
|
||||
"${installer}" --prefix="${WORKDIR}/rust-snapshot" --disable-ldconfig
|
||||
|
||||
Reference in New Issue
Block a user