diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2021-08-10 21:39:38 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-13 14:44:06 +0100 |
commit | b2bda4828bb5b6495d3bd2dba4cebed3a20f85e6 (patch) | |
tree | 34ca016db2500678d0be3d894647c7c5de02ae77 | |
parent | 47c32a99aead327c552dd84f913a9dc0defb0119 (diff) | |
download | poky-b2bda4828bb5b6495d3bd2dba4cebed3a20f85e6.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.
(From OE-Core rev: b1558bb058243f3a3de600ef5cf04bfaeac4fdeb)
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.bb | 2 |
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 ??= " \ | |||
93 | userdb \ | 93 | userdb \ |
94 | utmp \ | 94 | utmp \ |
95 | vconsole \ | 95 | vconsole \ |
96 | xz \ | 96 | zstd \ |
97 | " | 97 | " |
98 | 98 | ||
99 | PACKAGECONFIG:remove:libc-musl = " \ | 99 | PACKAGECONFIG:remove:libc-musl = " \ |