mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
>From Rust 1.84, the download-rustc and llvm-tools options were set to True (previously they were False)cce6f03754(download-rustc)38f0c099b2(llvm-tools) For tarball sources, the download-rustc option should be False, so it has been reverted back to False. Setting llvm-tools to True caused issues with finding llvm-objcopy, so this has been changed back to False. Upstream-Status: https://github.com/rust-lang/rust/pull/134240/ (From OE-Core rev: 2eb952d839e72c24a4180a57631c77910a0da980) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>