[yocto] Question about wic partition creation

2016-11-01 Thread Nicolas Bigaouette
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.

[yocto] Splitting a recipe into two for two kind of compilation

2016-10-05 Thread Nicolas Bigaouette
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