summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-10-18 12:32:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-19 13:38:57 +0100
commitd656b58fe2f1845a46e4e9d60f510987cf84c06c (patch)
tree0ef010cb1fe74de54c0fbd90fb9e8e57db483c44
parent64f76114da1f2d79e24a6a79572f2682b6379452 (diff)
downloadpoky-d656b58fe2f1845a46e4e9d60f510987cf84c06c.tar.gz
systemd: add cryptsetup-plugins package config
(From OE-Core rev: 81480329a32669107df67abfd3b72a265ca5a503) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> 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_254.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb
index c21f6b4962..981d87b04e 100644
--- a/meta/recipes-core/systemd/systemd_254.4.bb
+++ b/meta/recipes-core/systemd/systemd_254.4.bb
@@ -135,6 +135,7 @@ PACKAGECONFIG[bzip2] = "-Dbzip2=true,-Dbzip2=false,bzip2"
135PACKAGECONFIG[cgroupv2] = "-Ddefault-hierarchy=unified,-Ddefault-hierarchy=hybrid" 135PACKAGECONFIG[cgroupv2] = "-Ddefault-hierarchy=unified,-Ddefault-hierarchy=hybrid"
136PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false" 136PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false"
137PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup,,cryptsetup" 137PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup,,cryptsetup"
138PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=true,-Dlibcryptsetup-plugins=false,cryptsetup,,cryptsetup"
138PACKAGECONFIG[tpm2] = "-Dtpm2=true,-Dtpm2=false,tpm2-tss,tpm2-tss libtss2 libtss2-tcti-device" 139PACKAGECONFIG[tpm2] = "-Dtpm2=true,-Dtpm2=false,tpm2-tss,tpm2-tss libtss2 libtss2-tcti-device"
139# If multiple compression libraries are enabled, the format to use for compression is chosen implicitly, 140# If multiple compression libraries are enabled, the format to use for compression is chosen implicitly,
140# so if you want to compress with e.g. lz4 you cannot enable zstd, so you cannot read zstd-compressed journal files. 141# so if you want to compress with e.g. lz4 you cannot enable zstd, so you cannot read zstd-compressed journal files.