I have a Yocto Linux image with two partitions: boot and rootfs.
I would like to create two separate images: one with rootfs and the second one with bootstrap and u-boot files. I have two questions about it.
- Is there a better way to do it than creating two separate
.bbfiles for my images and two separate.wksfiles - one.wksfile with partition rootfs and the second one with boot partition? - Is it possible to create in Yocto image files with extension
.imginstead of, for example,.wic?