mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:53:51 +00:00
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>
This commit is contained in:
parent
47c32a99ae
commit
b2bda4828b
@ -93,7 +93,7 @@ PACKAGECONFIG ??= " \
|
||||
userdb \
|
||||
utmp \
|
||||
vconsole \
|
||||
xz \
|
||||
zstd \
|
||||
"
|
||||
|
||||
PACKAGECONFIG:remove:libc-musl = " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user