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:
parent
fb0a8393ed
commit
7e7095b00f
|
|
@ -154,7 +154,7 @@ MACHINE_DISTRO_FEATURES_ADD = "efi optee"
|
||||||
MACHINE_DISTRO_FEATURES_REMOVE = "x11"
|
MACHINE_DISTRO_FEATURES_REMOVE = "x11"
|
||||||
|
|
||||||
# Default ROOTFS max size for image being built to this value
|
# 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
|
# Default overlayfs_etc mount point and type
|
||||||
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
|
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue