Re: [yocto] wic: error when using --rootfs-dir=${IMAGE_ROOTFS}/data

2019-07-16 Thread Belisko Marek
On Tue, Jul 16, 2019 at 8:54 AM Mittal, Anuj wrote: > > On Tue, 2019-07-16 at 08:38 +0200, Belisko Marek wrote: > > I have wks file with following content: > > > > part ubootenv --ondisk=mmcblk --no-table --size 12 > > part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat > >

Re: [yocto] wic: error when using --rootfs-dir=${IMAGE_ROOTFS}/data

2019-07-16 Thread Mittal, Anuj
On Tue, 2019-07-16 at 08:38 +0200, Belisko Marek wrote: > I have wks file with following content: > > part ubootenv --ondisk=mmcblk --no-table --size 12 > part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat > --label boot --active --align 1024 --size 16 > part /root --source

[yocto] wic: error when using --rootfs-dir=${IMAGE_ROOTFS}/data

2019-07-16 Thread Belisko Marek
Hi, I have wks file with following content: part ubootenv --ondisk=mmcblk --no-table --size 12 part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --size 16 part /root --source rootfs --ondisk mmcblk --fstype=ext4 --label rootA --align 1024