Hi, I'm using wic for creating a boot image in my yocto layer. An extended partition is automatically created, when build an image with more than four partitions. The extended partition is added at the end and in my case, the last two logic partitions are included there.
Does an option exist which allows the definition of the partitions which are included in the extended partition? In may case, I'm looking for an option to put the two rootfs partitions (rootfs1 and rootfs2) into a common extended partition. And the data partition at the end should be in its own logic partition. Does some option exist or is it possible to handle them in another way? probably by creating an own wic plugin? The *.wks file contains the following entries: part --source rawcopy --sourceparams="file=u-boot-splx4.sfp" --ondisk mmcblk0 --system-id=a2 --align 1024 --fixed-size 10M part /run/mount/bootloader --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --size 500M part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label rootfs1 --align 1024 --fixed-size 2G part --source rootfs --ondisk mmcblk0 --fstype=ext4 --label rootfs2 --align 1024 --fixed-size 2G part /run/mount/data --ondisk mmcblk0 --fstype=ext4 --label data --align 1024 --fixed-size 3G Thanks, Silvan
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55439): https://lists.yoctoproject.org/g/yocto/message/55439 Mute This Topic: https://lists.yoctoproject.org/mt/87376695/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
