summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-08-10 21:39:38 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-13 14:44:02 +0100
commitb1558bb058243f3a3de600ef5cf04bfaeac4fdeb (patch)
treec5fa09f3000a62c12ed5fe8967b2700bce410810
parent0e0f8b708beeb1f6add5168b92a5a6a2c8ce96cd (diff)
downloadopenembedded-core-b1558bb058243f3a3de600ef5cf04bfaeac4fdeb.tar.gz
systemd: set zstd as default PACKAGECONFIG
Switch the default PACKAGECONFIG for compression feature from xz to zstd. zstd is significantly faster than xz with only slightly worse compression ratios. It is therefore much better suited for activities like systemd-journald. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_249.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_249.1.bb b/meta/recipes-core/systemd/systemd_249.1.bb
index b305092935..a6759c7a35 100644
--- a/meta/recipes-core/systemd/systemd_249.1.bb
+++ b/meta/recipes-core/systemd/systemd_249.1.bb
@@ -93,7 +93,7 @@ PACKAGECONFIG ??= " \
userdb \
utmp \
vconsole \
- xz \
+ zstd \
"
PACKAGECONFIG:remove:libc-musl = " \