ccmp25-dvk: fix mount point for OVERLAYFS in read-only systems

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2024-09-11 09:18:12 +02:00
parent ff5f7ddad4
commit 87f26ec0bc
1 changed files with 1 additions and 1 deletions

View File

@ -151,5 +151,5 @@ IMAGE_ROOTFS_MAXSIZE = "1572864"
# Default overlayfs_etc mount point and type
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
OVERLAYFS_ETC_DEVICE ?= "/dev/mmcblk0p10"
OVERLAYFS_ETC_DEVICE ?= "/dev/mmcblk0p11"
OVERLAYFS_ETC_FSTYPE ?= "ext4"