]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
wic: use E2FSPROGS_FAKE_TIME and hash_seed to generate reproducible ext4 images
authorvenkata pyla <venkata.pyla@toshiba-tsip.com>
Mon, 18 Dec 2023 04:30:30 +0000 (10:00 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Dec 2023 10:37:28 +0000 (10:37 +0000)
commitbb822ab75de0020572058090439b93cc56bbf7e0
tree6587d3d0a46c1af7b576d356c11bbbbce30ddb92
parent7189d1ea5c066b9ffc52103160bb34945fd779d7
wic: use E2FSPROGS_FAKE_TIME and hash_seed to generate reproducible ext4 images

E2FSPROGS_FAKE_TIME: sets fixed times for the inodes in the file system.
hash_seed: creates reproducible directory indexes in the file system.

Reference commit in e2fsprogs: e1f7100643a46456be107b33098f6034b0835e6d

Signed-off-by: venkata pyla <venkata.pyla@toshiba-tsip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/partition.py