mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
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 <matt@madison.systems>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user