Re: [yocto] cargo/rust from meta-rust-bin in eSDK of yocto 4.x

2024-10-30 Thread sandro.anders via lists.yoctoproject.org
Many thanks, I'll try it out. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64173): https://lists.yoctoproject.org/g/yocto/message/64173 Mute This Topic: https://lists.yoctoproject.org/mt/109262578/21656 Group Owner: yocto+ow...@lists.yoctoproject.

Re: [yocto] cargo/rust from meta-rust-bin in eSDK of yocto 4.x

2024-10-29 Thread Gyorgy Sarvari
When working with non-standard Rust versions from whatever other layers, I found it makes my life easier when I add the not-used recipes to BBMASK from oe-core, something like BBMASK += "poky/meta/recipes-devtools/rust" If there is anything that depends on it explicitly, it should fail loudly