summaryrefslogtreecommitdiffstats
path: root/meta-integrity
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 /meta-integrity
parent8dd6733e31a909cc15cb06857a3bb38240ad6225 (diff)
downloadmeta-secure-core-dd9a695df8a9fb6c8c3644d2dd2e3d6bd4bb5402.tar.gz
systemd: enable ima and cryptsetup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Diffstat (limited to 'meta-integrity')
-rw-r--r--meta-integrity/recipes-core/systemd/systemd_%.bbappend4
1 files changed, 4 insertions, 0 deletions
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"