CONF: enable metadata_csum on vendorfs

Change-Id: I8c3d15e7ead71a2a99ff567c2351c4b0465b1b6d
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
This commit is contained in:
Lionel VITTE 2022-12-13 10:58:50 +01:00 committed by Romuald Jeanne
parent e279e7af86
commit 67805c98cb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ SUMMARY = "STM32MP vendorfs Image"
LICENSE = "MIT" LICENSE = "MIT"
include recipes-st/images/st-image-partitions.inc include recipes-st/images/st-image-partitions.inc
EXTRA_IMAGECMD:ext4 = "-i 4096 -L ${@d.getVar('IMAGE_NAME_SUFFIX').replace('.', '', 1)[:16]} -O metadata_csum,64bit,^dir_index"
# Set ROOTFS_MAXSIZE to expected ROOTFS_SIZE to use the whole disk partition and leave extra space to user # Set ROOTFS_MAXSIZE to expected ROOTFS_SIZE to use the whole disk partition and leave extra space to user
IMAGE_ROOTFS_MAXSIZE = "${IMAGE_ROOTFS_SIZE}" IMAGE_ROOTFS_MAXSIZE = "${IMAGE_ROOTFS_SIZE}"