Re: [OE-core] [PATCH] rust: conditionally copy tools like rustfmt

2022-08-25 Thread Alexander Kanavin
On Thu, 25 Aug 2022 at 11:46, Richard Purdie wrote: > Digging further crossbeam-utils has a no_atomics.rs file listing all > the triplets that can't use atomic or have limited 64 bit ones. > > Sadly those triplets don't match the ones were using as we have > TARGET_VENDOR in ours, for reasons.

Re: [OE-core] [PATCH] rust: conditionally copy tools like rustfmt

2022-08-25 Thread Richard Purdie
On Fri, 2022-08-19 at 19:29 -0700, Randy MacLeod wrote: > For qemuppc/mips, rustfmt isn't being built so check > that it and related tools exist before copying them. > qemuppc/mips are not well-supported in the Rust world > but will work to get the build to fixed later. > > Signed-off-by: Randy

[OE-core] [PATCH] rust: conditionally copy tools like rustfmt

2022-08-19 Thread Randy MacLeod
For qemuppc/mips, rustfmt isn't being built so check that it and related tools exist before copying them. qemuppc/mips are not well-supported in the Rust world but will work to get the build to fixed later. Signed-off-by: Randy MacLeod --- meta/recipes-devtools/rust/rust_1.63.0.bb | 12