diff --git a/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend b/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend new file mode 100644 index 0000000..9885e99 --- /dev/null +++ b/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend @@ -0,0 +1,4 @@ +PACKAGECONFIG_append += "\ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ + 'cryptsetup', '', d)} \ +" diff --git a/meta-integrity/recipes-core/systemd/systemd_%.bbappend b/meta-integrity/recipes-core/systemd/systemd_%.bbappend new file mode 100644 index 0000000..8aadb90 --- /dev/null +++ b/meta-integrity/recipes-core/systemd/systemd_%.bbappend @@ -0,0 +1,4 @@ +PACKAGECONFIG_append += "\ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ + 'ima', '', d)} \ +"