diff options
author | Martin Jansa <martin.jansa@lge.com> | 2020-12-29 07:23:04 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-12-29 17:23:32 +0100 |
commit | 64c24452a850001223df1054bfcbb1a9010732ac (patch) | |
tree | 3920edde5f423c8e2d413559f1c9a7e6d59a87ca /scripts/qemucommand.py | |
parent | c71c0a311b982d56059c46f882d7ff265a9d292c (diff) | |
download | meta-updater-64c24452a850001223df1054bfcbb1a9010732ac.tar.gz |
Revert "image_types_ota.bbclass: add metadata_csum mkfs option"
This reverts commit 4d34fa53db086955adf6bc58941ebf98a16778f8.
This issue exists only because mke2fs is creating ext2 by default
instead of ext4 which enables this by default as shown in
recipe-sysroot-native/etc/mke2fs.conf
[defaults]
base_features = sparse_super,large_file,filetype,resize_inode,dir_index,ext_attr
default_mntopts = acl,user_xattr
enable_periodic_fsck = 0
blocksize = 4096
inode_size = 256
inode_ratio = 16384
[fs_types]
ext3 = {
features = has_journal
}
ext4 = {
features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
inode_size = 256
}
...
Signed-off-by: Martin Jansa <martin.jansa@lge.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/qemucommand.py')
0 files changed, 0 insertions, 0 deletions