You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now neither rustc nor cargo are being installed as part of the SDK build - this would probably be quite useful, especially for cross-compiling projects with mixed C/Rust environments.
I made the dumb-simple effort of trying to add BBCLASSEXTEND = "nativesdk" to the recipes, but there were errors from that, so opening this issue to track some more research into the reasons.
The text was updated successfully, but these errors were encountered:
One thing I haven't yet figured out though is why the binary produced by this (even with the build --release flag) is a good 30% slower in execution time, for a CPU-bounded task, than the one that Yocto builds & deploys when creating the root filesystem image. Perhaps Yocto's release build is more aggressive than the default for cargo's --release flag?
Right now neither rustc nor cargo are being installed as part of the SDK build - this would probably be quite useful, especially for cross-compiling projects with mixed C/Rust environments.
I made the dumb-simple effort of trying to add
BBCLASSEXTEND = "nativesdk"
to the recipes, but there were errors from that, so opening this issue to track some more research into the reasons.The text was updated successfully, but these errors were encountered: