Re: [yocto] Question about wic partition creation

2016-11-07 Thread Ed Bartosh
On Tue, Nov 01, 2016 at 11:14:48AM -0400, Nicolas Bigaouette wrote: > 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 driv

[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.