mbox series

[0/1] arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround

Message ID 20241213141027.486517-1-adam.johnston@linaro.org
Headers show
Series arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround | expand

Message

Adam Johnston Dec. 13, 2024, 2:10 p.m. UTC
From: Adam Johnston <adam.johnston@linaro.org>

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(-)

Comments

Jon Mason Dec. 17, 2024, 2:02 p.m. UTC | #1
On Fri, 13 Dec 2024 14:10:26 +0000, adam.johnston@linaro.org wrote:
> From: Adam Johnston <adam.johnston@linaro.org>
> 
> 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')
> 
> [...]

Applied, thanks!

[1/1] arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
      commit: 3df279b56a20187b22f3a772938525d7e3104f77

Best regards,