[PATCH 0/1] arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
From: Adam Johnston <[email protected]> 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') Adam Johnston (1): arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround meta-arm-bsp/conf/layer.conf | 2 ++ meta-arm-bsp/conf/machine/include/corstone1000.inc | 3 +++ meta-arm-bsp/wic/efi-disk-no-swap.wks.in | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-)