fs/common.mk: do not store original names and timestamps when creating gzipped rootfs
authorAtharva Lele <itsatharva@gmail.com>
Tue, 16 Jul 2019 17:42:13 +0000 (23:12 +0530)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 17 Jul 2019 06:45:11 +0000 (08:45 +0200)
commit44d17dd128164cfe7870f5bef279e273ba59f83d
treee1786d0d468f861a22bd760e910548c6efb0c3cc
parent8ffee67ab44865fa58e6c21175f62e2d3a1b37d4
fs/common.mk: do not store original names and timestamps when creating gzipped rootfs

Using the GZIP environment variable to pass gzip options is
deprecated, and therefore we are going to remove the "GZIP = -n"
definition from the main Buildroot Makefile. In preparation for this,
we explicitly add the -n argument to the gzip call in fs/common.mk to
ensure reproducibility.

Signed-off-by: Atharva Lele <itsatharva@gmail.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
fs/common.mk