From 67805c98cb9b16d55d4a042afa0b9a7a72d52d1a Mon Sep 17 00:00:00 2001 From: Lionel VITTE Date: Tue, 13 Dec 2022 10:58:50 +0100 Subject: [PATCH] CONF: enable metadata_csum on vendorfs Change-Id: I8c3d15e7ead71a2a99ff567c2351c4b0465b1b6d Signed-off-by: Lionel VITTE --- recipes-st/images/st-image-vendorfs.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-st/images/st-image-vendorfs.bb b/recipes-st/images/st-image-vendorfs.bb index 14181e7..2fa60e4 100644 --- a/recipes-st/images/st-image-vendorfs.bb +++ b/recipes-st/images/st-image-vendorfs.bb @@ -2,6 +2,7 @@ SUMMARY = "STM32MP vendorfs Image" LICENSE = "MIT" 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 IMAGE_ROOTFS_MAXSIZE = "${IMAGE_ROOTFS_SIZE}"