summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-08-04 17:01:00 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-08-04 17:01:00 +0800
commitdd9a695df8a9fb6c8c3644d2dd2e3d6bd4bb5402 (patch)
tree14c5215661b5ca71f4a7eae81ef3a5cd88bc4b11
parent8dd6733e31a909cc15cb06857a3bb38240ad6225 (diff)
downloadmeta-secure-core-dd9a695df8a9fb6c8c3644d2dd2e3d6bd4bb5402.tar.gz
systemd: enable ima and cryptsetup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r--meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend4
-rw-r--r--meta-integrity/recipes-core/systemd/systemd_%.bbappend4
2 files changed, 8 insertions, 0 deletions
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 @@
1PACKAGECONFIG_append += "\
2 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
3 'cryptsetup', '', d)} \
4"
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 @@
1PACKAGECONFIG_append += "\
2 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
3 'ima', '', d)} \
4"