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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2025-01-27 10:20:48 +01:00
parent fb0a8393ed
commit 7e7095b00f
1 changed files with 1 additions and 1 deletions

View File

@ -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"