All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/systemd: disable zstd for host-systemd
@ 2020-09-04 15:26 Titouan Christophe
  2020-09-04 20:15 ` Yann E. MORIN
  2020-09-05 12:27 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Titouan Christophe @ 2020-09-04 15:26 UTC (permalink / raw)
  To: buildroot

systemd 246 added support for zstd compression of large fields in
journal files [1]. Since zstd is only used at runtime, we don't
need it to enable its support in host-systemd.

[1] https://github.com/systemd/systemd/blob/v246/NEWS#L323-L331

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
---
 package/systemd/systemd.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index c132f36663..d72cb58693 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -700,7 +700,8 @@ HOST_SYSTEMD_CONF_OPTS = \
 	-Dkernel-install=false \
 	-Dsystemd-analyze=false \
 	-Dlibcryptsetup=false \
-	-Daudit=false
+	-Daudit=false \
+	-Dzstd=false
 
 HOST_SYSTEMD_DEPENDENCIES = \
 	$(BR2_COREUTILS_HOST_DEPENDENCY) \
-- 
2.25.3

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

* [Buildroot] [PATCH 1/1] package/systemd: disable zstd for host-systemd
  2020-09-04 15:26 [Buildroot] [PATCH 1/1] package/systemd: disable zstd for host-systemd Titouan Christophe
@ 2020-09-04 20:15 ` Yann E. MORIN
  2020-09-05 12:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-09-04 20:15 UTC (permalink / raw)
  To: buildroot

Titouan, All,

On 2020-09-04 17:26 +0200, Titouan Christophe spake thusly:
> systemd 246 added support for zstd compression of large fields in
> journal files [1]. Since zstd is only used at runtime, we don't
> need it to enable its support in host-systemd.
> 
> [1] https://github.com/systemd/systemd/blob/v246/NEWS#L323-L331
> 
> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/systemd/systemd.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index c132f36663..d72cb58693 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -700,7 +700,8 @@ HOST_SYSTEMD_CONF_OPTS = \
>  	-Dkernel-install=false \
>  	-Dsystemd-analyze=false \
>  	-Dlibcryptsetup=false \
> -	-Daudit=false
> +	-Daudit=false \
> +	-Dzstd=false
>  
>  HOST_SYSTEMD_DEPENDENCIES = \
>  	$(BR2_COREUTILS_HOST_DEPENDENCY) \
> -- 
> 2.25.3
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/systemd: disable zstd for host-systemd
  2020-09-04 15:26 [Buildroot] [PATCH 1/1] package/systemd: disable zstd for host-systemd Titouan Christophe
  2020-09-04 20:15 ` Yann E. MORIN
@ 2020-09-05 12:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-09-05 12:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Titouan" == Titouan Christophe <titouan.christophe@railnova.eu> writes:

 > systemd 246 added support for zstd compression of large fields in
 > journal files [1]. Since zstd is only used at runtime, we don't
 > need it to enable its support in host-systemd.

 > [1] https://github.com/systemd/systemd/blob/v246/NEWS#L323-L331

 > Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>

Committed to 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-09-05 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 15:26 [Buildroot] [PATCH 1/1] package/systemd: disable zstd for host-systemd Titouan Christophe
2020-09-04 20:15 ` Yann E. MORIN
2020-09-05 12:27 ` Peter Korsgaard

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.