From 7e7095b00f8120d5b824c8ce5fef128274293509 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 27 Jan 2025 10:20:48 +0100 Subject: [PATCH] ccmp25-dvk: update rootfs size aligned with default rootfs partition size This commit increases the maximum rootfs size to 2.5 GB, aligning it with the default rootfs partition size of 3 GB. This adjustment allows adding all the functionality required by the user. https://onedigi.atlassian.net/browse/DEL-9456 Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index 1aa5d8ad5..2e3107cae 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -154,7 +154,7 @@ MACHINE_DISTRO_FEATURES_ADD = "efi optee" MACHINE_DISTRO_FEATURES_REMOVE = "x11" # Default ROOTFS max size for image being built to this value -IMAGE_ROOTFS_MAXSIZE = "1572864" +IMAGE_ROOTFS_MAXSIZE = "2621440" # Default overlayfs_etc mount point and type OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"