Re: Architecture of .wic approach; image of images
Leon Woestenberg
On Thu, Nov 28, 2019 at 1:52 PM Josef Holzmayr
<holzmayr@...> wrote:
And I understand I can build multiple images. I have used this feature
since 2006.
My point is, that we do not support images of images correctly. Or, I
do not understand how it works.
If I have an initramfs image, my next step is to build a disk image
that has the initramfs.cpio.gz, but without generating a new rootfs.
How would I do that?
<holzmayr@...> wrote:
Yes, up to there everything is clean and nice.
On Thu, Nov 28, 2019 at 01:32:56PM +0100, Leon Woestenberg wrote:- Does Yocto support building multiple images from one configuration?Of course it does. If you have set DISTRO and MACHINE, you can
bitbake core-image-minimal
bitbake core-image-x11
bitbake ... whatever image.
Thats exactly the point of the MACHINE / DISTRO / IMAGE seperation.
And I understand I can build multiple images. I have used this feature
since 2006.
My point is, that we do not support images of images correctly. Or, I
do not understand how it works.
If I have an initramfs image, my next step is to build a disk image
that has the initramfs.cpio.gz, but without generating a new rootfs.
How would I do that?