Skip to content

Commit

Permalink
Use lz4 compression for EROFS filesystem
Browse files Browse the repository at this point in the history
LZ4 compression is designed to be fast,
making it ideal for real-time applications.

Test Done: boot, cts, ctsonGSI, VTS

Tracked-On: OAM-123659
Signed-off-by: Chen, Gang G <gang.g.chen@intel.com>
  • Loading branch information
GangSecurity authored and sysopenci committed Aug 27, 2024
1 parent 588203b commit 14e72f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groups/boot-arch/project-celadon/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ INTERNAL_USERIMAGES_EXT_VARIANT := ext4
endif

BOARD_EROFS_PCLUSTER_SIZE := 262144
BOARD_EROFS_USE_LEGACY_COMPRESSION := true

{{#metadata_encryption}}
BOARD_USES_METADATA_PARTITION := true
Expand Down

0 comments on commit 14e72f3

Please sign in to comment.