I am having confusion in understanding the exact difference between setting 
IMAGE_ROOTFS_SIZE in local.conf and setting size in wks file for rootfs. If I 
have to create two rootfs partitions of 1GB, isn't setting IMAGE_ROOTFS_SIZE = 
"1048756" enough? Yes obviously, I need to create two rootfs in wks file in 
this way, just confused about the size parameter.

> 
> part --align 4 --fixed-size 1 --no-table
> part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat
> --label boot --active --align 4 --size 60
> part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label A --align 4
> --use-uuid --size
> part --source rootfs --ondisk mmcblk0 --fstype=ext4 --label B --align 4
> --use-uuid --size
> part /data --ondisk mmcblk0 --fstype=ext4 --label data --size 128 --align
> 4 --extra-space 0
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#50240): https://lists.yoctoproject.org/g/yocto/message/50240
Mute This Topic: https://lists.yoctoproject.org/mt/76047236/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to