mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
When images are repacked IMAGE_ROOTFS_EXTRA_SPACE is ignored. This is not necessarily a bug but an undocumented quirk of how wic works. Evaluate IMAGE_ROOTFS_EXTRA_SPACE and use the value with the --extra-space option. Note that, since IMAGE_ROOTFS_EXTRA_SPACE is in Kb, the value for `--extra-space` requires the explicit 'K' suffix (the default is 'M') Signed-off-by: Adam Johnston <adam.johnston@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>