]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fit-dtb.blob.gz: Pass "-n" to gzip
authorTom Rini <trini@konsulko.com>
Fri, 27 Jun 2025 17:29:47 +0000 (11:29 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jul 2025 00:15:20 +0000 (18:15 -0600)
commit1930a7df10b18f0f4b67d868632896233dded981
tree23fa5f0e9aeb4e95a7f8b88ac30b8a541a6eea48
parent6df1b1cd4e38575019c8b4f605c07a784c63f40e
fit-dtb.blob.gz: Pass "-n" to gzip

Sometimes when building a platform such as imx28_btt3 we can get an
error such as:

gzip: fit-dtb.blob: warning: file timestamp out of range for gzip format
make[1]: *** [Makefile:1219: fit-dtb.blob.gz] Error 2
make[1]: *** Deleting file 'fit-dtb.blob.gz'
make: *** [Makefile:186: sub-make] Error 2

This is typically resolved by telling gzip to ignore the timestamp.

Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile