Build multiple distro images and flash them with one flashlayout?
I have a platform where I need two different Linux distros, one kinda like Android's recovery environment, and one main application environment.
They will have different packages, and probably also different init-systems, as the recovery environment should be as small as possible, so I probably need to build them in separate steps and separate Yocto distros.
Additionally the recovery environment will be completely stored in a separate NOR flash, where also the bootloader is stored, the main application distro will be in a NAND flash.
How can I get the OpenSTLinux build system to generate an appropriate flashlayout for this?
So far I got it to work with the bootloader in NOR and rootfs in NAND, but the extra system in NOR seems to be a bit more effort.
