]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: set zstd as default PACKAGECONFIG
authorPatrick Williams <patrick@stwcx.xyz>
Wed, 11 Aug 2021 02:39:38 +0000 (21:39 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Aug 2021 13:44:02 +0000 (14:44 +0100)
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>
meta/recipes-core/systemd/systemd_249.1.bb

index b3050929354899941be742831eda2c867ea2c340..a6759c7a358a53175af79cbf93ce91506ab903ac 100644 (file)
@@ -93,7 +93,7 @@ PACKAGECONFIG ??= " \
     userdb \
     utmp \
     vconsole \
-    xz \
+    zstd \
 "
 
 PACKAGECONFIG:remove:libc-musl = " \