From: "José Luis Salvador Rufo" <salvador.joseluis@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] fs/cpio: add zstd as compression option
Date: Sun, 10 Jan 2021 05:38:31 +0100 [thread overview]
Message-ID: <20210110043831.22754-1-salvador.joseluis@gmail.com> (raw)
U-Boot mkimage zstd is available since v2020.10:
https://gitlab.denx.de/u-boot/u-boot/-/commit/26073f9ed3ab0aaf3c2a2b433fecb30a95a067d6
Signed-off-by: Jos? Luis Salvador Rufo <salvador.joseluis@gmail.com>
---
fs/cpio/Config.in | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/fs/cpio/Config.in b/fs/cpio/Config.in
index 83a7fa5824..c1151a2881 100644
--- a/fs/cpio/Config.in
+++ b/fs/cpio/Config.in
@@ -51,6 +51,11 @@ config BR2_TARGET_ROOTFS_CPIO_XZ
help
Do compress the cpio filesystem with xz.
+config BR2_TARGET_ROOTFS_CPIO_ZSTD
+ bool "zstd"
+ help
+ Do compress the cpio filesystem with zstd.
+
endchoice
config BR2_TARGET_ROOTFS_CPIO_UIMAGE
--
2.30.0
next reply other threads:[~2021-01-10 4:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-10 4:38 José Luis Salvador Rufo [this message]
2021-01-10 11:12 ` [Buildroot] [PATCH 1/1] fs/cpio: add zstd as compression option Yann E. MORIN
2021-01-10 19:05 ` [Buildroot] [PATCH v2] " José Luis Salvador Rufo
2021-01-16 22:00 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210110043831.22754-1-salvador.joseluis@gmail.com \
--to=salvador.joseluis@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.