kumquat-buildroot/fs
Casey Reeves ac5ecaf868 fs/erofs: enable support for reproducible build
By default, mkfs.erofs will sue the current date to set some metadata
in the filesystem it generates, and will also use generate a random UUID
for that filesystem. This is not reproducible.

When BR2_REPRODUCIBLE is selected, set the filesystem timestamps to
$SOURCE_DATE_EPOCH, and the filesystem UUID to the nil uuid (as good
as any other arbitrary one).

Signed-off-by: Casey Reeves <casey@xogium.me>
[yann.morin.1998@free.fr:
  - one multi-line assignment, not two
  - slightly rephrase the commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-01-16 21:45:15 +01:00
..
axfs
btrfs
cloop
cpio fs/cpio: don't fail systems without /dev/null 2022-11-01 21:44:49 +01:00
cramfs
erofs fs/erofs: enable support for reproducible build 2023-01-16 21:45:15 +01:00
ext2 fs/ext2: generate Y2K38-resilient filesystems 2022-12-14 20:29:11 +01:00
f2fs
initramfs
iso9660
jffs2
oci
romfs
squashfs fs/squashfs: fix BR2_TARGET_ROOTFS_SQUASHFS_BS_8K 2022-05-29 22:28:21 +02:00
tar fs/tar: add option for zstd compression 2022-07-23 22:40:01 +02:00
ubi
ubifs
yaffs2
common.mk
Config.in