From 7e193e9813bc9f0cd8893a50ade968bcd54954db Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 9 Sep 2025 14:13:49 +0100 Subject: [PATCH] arm-bsp/corstone1000: update for wic renaming --extra-space 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 Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index 45237a3b..83253246 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"