Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support/scripts/genimage.sh: drop gzip compression
Commit 6889056 (support/scripts/genimage.sh: support creating a bmap image) added unconditional gzip compression of the genimage outputs if bmap-tools is enabled, which is problematic for a number of reasons: - The gzip invocation is not reproducable (E.G. does not use -n) - The original file is removed, dropping the sparse info - It hardcodes policy, E.G. bmap supports a number of different compression algorithms / compression may not be desired for all images / different compression levels may be desired So drop the compression step. If desired, compression can be done with a post-image script. Signed-off-by: Peter Korsgaard <[email protected]> Acked-by: TIAN Yuanhao <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information