We are using Yocto (jethro and krogoth) to build an image for a device.
I organized the compilation process into multiple stages for easier
integration with our tooling. The last stage is a call to `wic` to
create a drive image that we can then `dd` to a real drive to get a
workable system.
Hi all!
I have an issue when trying to build two different images using
conflicting packages.
I need to package an application of mine (built using cmake) for our
Yocto deployment. The recipe is already written and works well, except
that I now need to build two different versions of that co