Skip to content
Snippets Groups Projects
Forked from Eclipse Projects / Oniro Core / Oniro
1364 commits behind the upstream repository.
Andrei Gherzan's avatar
Andrei Gherzan authored
At filesystem creation, mke2fs uses the filesystem size to calculate the
inodes size. Some of our partitions are empty and they will end up small
inode size. The tool will even throw a clear warning:

The ext4 filesystem labeled 'x-dev-data' has no Y2038 support. Inodes
(of size 128) are too small.

As the warning reads, this value is affacted by the Y2038 problem. By
using `--mkfs-extraopts "-T default"` we make sure that mke2fs doesn't
autodetect inode size but instead it uses default values for tuning
parameters - inode size is included.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
f87a7f71
History

meta-ohos

meta-ohos is a collection of bitbake layers that implement the build system support in All Scenarios OS. The build system documentation is available in the docs subdirectory.

Contributing

See the CONTRIBUTING.md file.

License

See the LICENSES subdirectory.