Re: [yocto] Creating multiple filesystem images

2018-08-16 Thread Amol Lad
on it).-Original Message- From: Andre McCurdy Sent: Tuesday, 14 August 2018 11:58 PM To: Amol Lad Cc: yocto@yoctoproject.org Subject: Re: [yocto] Creating multiple filesystem images On Mon, Aug 13, 2018 at 8:23 AM, Amol Lad wrote: > Hi, > > Currently when we build say core-imag

Re: [yocto] Creating multiple filesystem images

2018-08-14 Thread Andre McCurdy
On Mon, Aug 13, 2018 at 8:23 AM, Amol Lad wrote: > Hi, > > Currently when we build say core-image-minimal, we get a root file system > image (say ext4) after the build. However, I also need to create an ext4 > image for /boot partition (which contains zImage and dtb). I do not want wic > image.

Re: [yocto] Creating multiple filesystem images

2018-08-14 Thread marcelo . magallon
On Mon, Aug 13, 2018 at 03:23:09PM +, Amol Lad wrote: Currently when we build say core-image-minimal, we get a root file system image (say ext4) after the build. However, I also need to create an ext4 image for /boot partition (which contains zImage and dtb). I do not want wic image. How

[yocto] Creating multiple filesystem images

2018-08-13 Thread Amol Lad
Hi, Currently when we build say core-image-minimal, we get a root file system image (say ext4) after the build. However, I also need to create an ext4 image for /boot partition (which contains zImage and dtb). I do not want wic image. How I can do this? i.e. I want two ext4 images after build: