From: Patrick Williams Date: Wed, 11 Aug 2021 02:39:38 +0000 (-0500) Subject: systemd: set zstd as default PACKAGECONFIG X-Git-Tag: uninative-3.3~10 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b1558bb058243f3a3de600ef5cf04bfaeac4fdeb;p=openembedded-core.git 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 = " \