From faca2439edc82b203c5d4f89770750d00f362504 Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Fri, 23 Aug 2024 09:01:17 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index 7a4e0298b..f653595cd 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -143,3 +143,8 @@ MACHINE_DISTRO_FEATURES_REMOVE = "x11" # Default ROOTFS max size for image being built to this value 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" \ No newline at end of file