ccmp25-dvk: add OVERLAYFS configs for read-only

When EXTRA_IMAGE_FEATURES += "overlayfs-etc" is added these
configurations are needed to compile. They are provided with
the default configuration to work with our software.

https://onedigi.atlassian.net/browse/DEL-9186

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2024-08-23 09:01:17 +02:00
parent b162eac234
commit faca2439ed
1 changed files with 5 additions and 0 deletions

View File

@ -143,3 +143,8 @@ 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 = "1572864"
# Default overlayfs_etc mount point and type
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
OVERLAYFS_ETC_DEVICE ?= "/dev/mmcblk0p10"
OVERLAYFS_ETC_FSTYPE ?= "ext4"