mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] image-root-cpio: Add compressor options to the env.
@ 2022-03-03 22:25 Christian Melki
  2022-03-04  9:09 ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Melki @ 2022-03-03 22:25 UTC (permalink / raw)
  To: ptxdist

* xz needs crc32 instead of crc64 for the kernel cpio.
* Set zstd compression level to the same as for the kernel (19).
* Use multithreading for zstd (deterministic, afaiu).

Actively decided against -T0 for xz, as compression
is not deterministic when number of threads varies.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/image-root-cpio.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/image-root-cpio.make b/rules/image-root-cpio.make
index fdb0ccfff..eb09dd53e 100644
--- a/rules/image-root-cpio.make
+++ b/rules/image-root-cpio.make
@@ -26,6 +26,9 @@ IMAGE_ROOT_CPIO_CONFIG	:= cpio.config
 
 IMAGE_ROOT_CPIO_ENV := \
 	FORMAT="newc" \
+	ZSTD_CLEVEL="19" \
+	ZSTD_NBTHREADS="0" \
+	XZ_OPT="--check=crc32" \
 	COMPRESS=$(call remove_quotes, $(PTXCONF_IMAGE_ROOT_CPIO_COMPRESSION_UTIL))
 
 ifdef PTXCONF_IMAGE_ROOT_CPIO
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-04 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 22:25 [ptxdist] [PATCH] image-root-cpio: Add compressor options to the env Christian Melki
2022-03-04  9:09 ` Michael Olbrich
2022-03-04  9:21   ` Christian Melki
2022-03-04 10:48     ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox