From 2e21f8d41c0e82c8dda1d29832d7cd6306ca0e00 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sun, 26 May 2024 07:19:47 -0700 Subject: [PATCH] image_types_tegra: update TEGRA_EXT4_OPTIONS We had been disabling the metadata_csum_seed ext4 attribute because the cboot ext4 implementation did not support it. The UEFI ext4 implementation does support it, however, so we can remove the disablement from TEGRA_EXT4_OPTIONS. Signed-off-by: Matt Madison --- classes-recipe/image_types_tegra.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes-recipe/image_types_tegra.bbclass b/classes-recipe/image_types_tegra.bbclass index d7d0364e..08aa59d1 100644 --- a/classes-recipe/image_types_tegra.bbclass +++ b/classes-recipe/image_types_tegra.bbclass @@ -65,7 +65,7 @@ ROOTFS_DEVICE_FOR_INITRD_FLASH = "${@tegra_rootfs_device(d)}" TEGRAFLASH_NO_INTERNAL_STORAGE ??= "0" OVERLAY_DTB_FILE ??= "" -TEGRA_EXT4_OPTIONS ?= "-O ^metadata_csum_seed" +TEGRA_EXT4_OPTIONS ?= "" EXTRA_IMAGECMD:append:ext4 = " ${TEGRA_EXT4_OPTIONS}" TEGRA_STAGED_BOOT_FIRMWARE = "${TEGRA_BOOT_FIRMWARE_FILES} eks.img badpage.bin"