diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2021-08-10 21:39:37 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-13 14:44:06 +0100 |
commit | 47c32a99aead327c552dd84f913a9dc0defb0119 (patch) | |
tree | 8fbacec46a3a2f0d330ee3932dfe62128c049142 /meta/recipes-core | |
parent | 46e975c5811c0d335f378539696a8cd1718a0ef0 (diff) | |
download | poky-47c32a99aead327c552dd84f913a9dc0defb0119.tar.gz |
systemd: add zstd PACKAGECONFIG
systemd supports using zstd compression for journald and core files.
Add the necessary PACKAGECONFIG to enable zstd.
(From OE-Core rev: 0e0f8b708beeb1f6add5168b92a5a6a2c8ce96cd)
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_249.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_249.1.bb b/meta/recipes-core/systemd/systemd_249.1.bb index 5d472027c9..b305092935 100644 --- a/meta/recipes-core/systemd/systemd_249.1.bb +++ b/meta/recipes-core/systemd/systemd_249.1.bb | |||
@@ -199,6 +199,7 @@ PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false" | |||
199 | PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" | 199 | PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" |
200 | PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz" | 200 | PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz" |
201 | PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib" | 201 | PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib" |
202 | PACKAGECONFIG[zstd] = "-Dzstd=true,-Dzstd=false,zstd" | ||
202 | 203 | ||
203 | # Helper variables to clarify locations. This mirrors the logic in systemd's | 204 | # Helper variables to clarify locations. This mirrors the logic in systemd's |
204 | # build system. | 205 | # build system. |