-
Is there a way to build a rust package as a From my experience with other yocto packages I would think this should be something like adding a Am I missing the way to do this or should I open an issue to request this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
There's currently no There's #345 targeting Thanks |
Beta Was this translation helpful? Give feedback.
There's currently no
rustfmt
on the native side but also it doesn't seem to make sense to have that during the image build. As why would one format some code anyway before compiling it, the only outcome of interest would be the resulting binaries. Also, to produce the tool itself it'd take additional build time as all the toolchain is produced anew (except sstate cache is used).There's #345 targeting
rustfmt
availability in the SDK, though. That's where being able to format code would be useful.Thanks