kumquat-buildroot/fs
Yurii Monakov 57f27de423 fs/cpio: generate reproducible archives
The output of 'find' depends on the directory entries, and is not
ordered. As a consequence, the cpio archive is not reproducible.

Fix that by sorting the output of find. Use the 'C' locale to enforce
reproducibility that does not depend on the locale.

The command line is now pretty long, so we wrap it.

Signed-off-by: Yurii Monakov <monakov.y@gmail.com>
[yann.morin.1998@free.fr:
  - use LC_ALL=C when sorting
  - wrap long line
  - reword commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 4728fdd4c0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-07-16 18:33:32 +02:00
..
axfs
btrfs fs: don't use := when not needed 2019-10-27 10:35:06 +01:00
cloop
cpio fs/cpio: generate reproducible archives 2020-07-16 18:33:32 +02:00
cramfs
ext2 fs: don't use := when not needed 2019-10-27 10:35:06 +01:00
f2fs fs: don't use := when not needed 2019-10-27 10:35:06 +01:00
initramfs fs/initramfs: fix show-info 2020-03-27 23:13:12 +01:00
iso9660
jffs2 fs: don't use := when not needed 2019-10-27 10:35:06 +01:00
romfs
squashfs
tar fs: don't use := when not needed 2019-10-27 10:35:06 +01:00
ubi fs/ubi: expose BINARIES_DIR to ubinize.cfg 2020-07-05 22:57:42 +02:00
ubifs
yaffs2
common.mk fs/common.mk: enable multithreaded xz compression 2019-08-03 19:29:47 +02:00
Config.in