Hello everyone,
I am currently testing the eSDK and have encountered a problem with cargo/rust. To make some of our projects written in rust work I had to use the meta-rust-bin layer (meta-rust does not work with yocto 4.x). This also works fine with the images or the standard SDK. However, when I want to build the eSDK, I get the following error message.
do_sdk_depends: The file /usr/bin/cargo is installed by both cargo-native and cargo-bin-cross-aarch64, aborting
How can I prevent the outdated cargo/rust from being in the eSDK and use the one from meta-rust-bin instead? Many thanks in advance.