I'm working with gatesgarth and a compulab i.mx8mp module. I'm signing my flash.bin and Image file so I get new files flash.bin.signed and Image.signed.
I'd like these images to end up in the wic image rather than the unsigned files. I'd be fine with either of these solutions:
- I can figure out what recipe packages the wic file and change the names there
- Figure out who makes the symbolic links and change those. For instance, have a recipe do this imx-boot -> flash.bin.signed
What recipe controls wic image creation? Maybe I can start there.