This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Currently, size of the persistent partition is set by the WIC file. The problem is if we want a bigger partition size, it will make final WIC image bigger too, even if it contains no data.
To resolve this, this commit extends during flash the size of the persistent partition to maximum freespace available on the disk.
Currently, size of the persistent partition is set by the WIC file. The problem is if we want a bigger partition size, it will make final WIC image bigger too, even if it contains no data. To resolve this, this commit extends during flash the size of the persistent partition to maximum freespace available on the disk.