Message ID | 20250909131349.3162917-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/corstone1000: update for wic renaming --extra-space | expand |
On Tue, 09 Sep 2025 14:13:49 +0100, Ross Burton wrote: > wic in oe-core has renamed --extra-space to --extra-filesystem-space[1], > so update the workaround here. > > [1] oe-core 39d10137b86 ("wic: rename wks flag --extra-space to --extra-filesystem-space") > > Applied, thanks! [1/1] arm-bsp/corstone1000: update for wic renaming --extra-space commit: 7e193e9813bc9f0cd8893a50ade968bcd54954db Best regards,
diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index 45237a3b3a..8325324630 100644 --- a/meta-arm-bsp/conf/machine/include/corstone1000.inc +++ b/meta-arm-bsp/conf/machine/include/corstone1000.inc @@ -66,7 +66,7 @@ ARM_SYSTEMREADY_FIRMWARE = "${FIRMWARE_DEPLOYMENT}:do_deploy \ ARM_SYSTEMREADY_ACS_CONSOLE ?= "default" # Workaround IMAGE_ROOTFS_EXTRA_SPACE being ignored when images are repacked -IMAGE_ROOTFS_EXTRA_ARGS += "--extra-space ${@${IMAGE_ROOTFS_EXTRA_SPACE}}K" +IMAGE_ROOTFS_EXTRA_ARGS += "--extra-filesystem-space ${@${IMAGE_ROOTFS_EXTRA_SPACE}}K" # Enable Authenticated variable support in SmmGW SMMGW_AUTH_VAR = "1"
wic in oe-core has renamed --extra-space to --extra-filesystem-space[1], so update the workaround here. [1] oe-core 39d10137b86 ("wic: rename wks flag --extra-space to --extra-filesystem-space") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)