commit | a077d43d47eeafa570060c1016933ce46ff44df7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 27 11:29:47 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 08 18:15:20 2025 -0600 |
tree | 23fa5f0e9aeb4e95a7f8b88ac30b8a541a6eea48 | |
parent | 292995c7d8c2b11416cbd63e7f0182a482d8504a [diff] |
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>