mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
image_types_tegra: disable metadata_csum_seed for ext4 by default
The ext4 implementation in UEFI can't handle that feature, and e2fsprogs 1.71 and later enables it by default. Users that will never make use of L4TLauncher's extlinux.conf support can override the setting if they need the feature enabled. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
a800fa9c53
commit
b28462f16d
@@ -63,6 +63,9 @@ TEGRAFLASH_NO_INTERNAL_STORAGE ??= "0"
|
||||
OVERLAY_DTB_FILE ??= ""
|
||||
USE_UEFI_SIGNED_FILES ?= "${@'true' if d.getVar('TEGRA_UEFI_DB_KEY') and d.getVar('TEGRA_UEFI_DB_CERT') else 'false'}"
|
||||
|
||||
TEGRA_EXT4_OPTIONS ?= "-O ^metadata_csum_seed"
|
||||
EXTRA_IMAGECMD:append:ext4 = " ${TEGRA_EXT4_OPTIONS}"
|
||||
|
||||
def tegra_initrd_image(d):
|
||||
if d.getVar('IMAGE_UBOOT'):
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user