summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2021-01-11 22:26:54 -0300
committerRicardo Salveti <ricardo@foundries.io>2021-01-11 22:37:28 -0300
commit910243aec359e5d9d2a96611a210571aaefaedce (patch)
treee36d5dea242d9ec6fd47d794b71b29f788bc3704 /.gitignore
parent016854946467909fe97b7b6f29c7b749098af6ad (diff)
downloadmeta-updater-910243aec359e5d9d2a96611a210571aaefaedce.tar.gz
image_types_ota.bbclass: use standard ext4 features
Avoid removing 64bit and metadata_csum by default and prefer the standard ext4 features instead. 64bit enables the file system to be larger than 2^32 blocks and metadata_csum enables metadata checksumming, both of which are enabled by default on recent mke2fs releases. It is unclear why 64bit was disabled by looking at the git history, but my assumption would be that either kernel or userspace was old enough for this feature to not be supported/available. Since this option is currently used by most distros by default, it should now be safe to enable it (requires kernel >= 2.6.28). metadata_csum was disabled in 4d34fa53db to make the u-boot tooling work with the ext4 file system (when saving environment), but the correct fix should instead be a fix at the userspace tooling instead, since not every target requires u-boot. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions