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.
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