mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-mtd-utils: Build with zstd support
@ 2021-12-16 10:16 Sascha Hauer
  2021-12-17 13:27 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2021-12-16 10:16 UTC (permalink / raw)
  To: ptxdist

mkfs.ubifs supports zstd. Enable this by default to allow building
UBIFS images with zstd.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 rules/host-mtd-utils.in   | 1 +
 rules/host-mtd-utils.make | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in
index 4bdd554d9..f873b9df9 100644
--- a/rules/host-mtd-utils.in
+++ b/rules/host-mtd-utils.in
@@ -6,4 +6,5 @@ config HOST_MTD_UTILS
 	select HOST_LIBLZO
 	select HOST_LIBUUID
 	select HOST_ZLIB
+	select HOST_ZSTD
 	default y if ALLYES
diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make
index 0352339f0..61179adce 100644
--- a/rules/host-mtd-utils.make
+++ b/rules/host-mtd-utils.make
@@ -31,7 +31,7 @@ HOST_MTD_UTILS_CONF_OPT		:= \
 	--with-ubifs \
 	--with-xattr \
 	--with-lzo \
-	--without-zstd \
+	--with-zstd \
 	--without-selinux \
 	--without-crypto
 
-- 
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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] host-mtd-utils: Build with zstd support
  2021-12-16 10:16 [ptxdist] [PATCH] host-mtd-utils: Build with zstd support Sascha Hauer
@ 2021-12-17 13:27 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-12-17 13:27 UTC (permalink / raw)
  To: ptxdist

Thanks, applied as d2a7bb8337adf3719580c7507b6bb995b0a56c24.

Michael

[sent from post-receive hook]

On Fri, 17 Dec 2021 14:27:09 +0100, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> mkfs.ubifs supports zstd. Enable this by default to allow building
> UBIFS images with zstd.
> 
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> Message-Id: <20211216101600.2724716-1-s.hauer@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in
> index 4bdd554d94b1..f873b9df9444 100644
> --- a/rules/host-mtd-utils.in
> +++ b/rules/host-mtd-utils.in
> @@ -6,4 +6,5 @@ config HOST_MTD_UTILS
>  	select HOST_LIBLZO
>  	select HOST_LIBUUID
>  	select HOST_ZLIB
> +	select HOST_ZSTD
>  	default y if ALLYES
> diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make
> index 0352339f0215..61179adce1b9 100644
> --- a/rules/host-mtd-utils.make
> +++ b/rules/host-mtd-utils.make
> @@ -31,7 +31,7 @@ HOST_MTD_UTILS_CONF_OPT		:= \
>  	--with-ubifs \
>  	--with-xattr \
>  	--with-lzo \
> -	--without-zstd \
> +	--with-zstd \
>  	--without-selinux \
>  	--without-crypto
>  

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


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

end of thread, other threads:[~2021-12-17 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 10:16 [ptxdist] [PATCH] host-mtd-utils: Build with zstd support Sascha Hauer
2021-12-17 13:27 ` [ptxdist] [APPLIED] " Michael Olbrich

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