From: Jose Quaresma Date: Wed, 18 Oct 2023 11:32:54 +0000 (+0100) Subject: systemd: add cryptsetup-plugins package config X-Git-Tag: yocto-5.2~4812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81480329a32669107df67abfd3b72a265ca5a503;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: add cryptsetup-plugins package config Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index c21f6b4962e..981d87b04e2 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" PACKAGECONFIG[cgroupv2] = "-Ddefault-hierarchy=unified,-Ddefault-hierarchy=hybrid" PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false" PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup,,cryptsetup" +PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=true,-Dlibcryptsetup-plugins=false,cryptsetup,,cryptsetup" PACKAGECONFIG[tpm2] = "-Dtpm2=true,-Dtpm2=false,tpm2-tss,tpm2-tss libtss2 libtss2-tcti-device" # If multiple compression libraries are enabled, the format to use for compression is chosen implicitly, # so if you want to compress with e.g. lz4 you cannot enable zstd, so you cannot read zstd-compressed journal files.