Skip to content

Commit

Permalink
Merge pull request #81 from ejoerns/qemux86-fixed-directory-hash
Browse files Browse the repository at this point in the history
qemux86: core-image-minimal: use fixed directory hash seed
  • Loading branch information
leon-anavi authored Mar 28, 2024
2 parents 8988221 + 697b42b commit c452651
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ do_image_wic[depends] += "boot-image:do_deploy"
# Optimizations for RAUC adaptive method 'block-hash-index'
# rootfs image size must to be 4K-aligned
IMAGE_ROOTFS_ALIGNMENT = "4"
# ext4 block and inode size should be set to 4K
EXTRA_IMAGECMD:ext4 = "-i 4096 -b 4096"
# ext4 block size should be set to 4K and use a fixed directory hash seed to
# reduce the image delta size (keep oe-core's 4K bytes-per-inode)
EXTRA_IMAGECMD:ext4 = "-i 4096 -b 4096 -E hash_seed=86ca73ff-7379-40bd-a098-fcb03a6e719d"

0 comments on commit c452651

Please sign in to comment.