systemd: enable ima and cryptsetup

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-08-04 17:01:00 +08:00
parent 8dd6733e31
commit dd9a695df8
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
PACKAGECONFIG_append += "\
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
'cryptsetup', '', d)} \
"

View File

@@ -0,0 +1,4 @@
PACKAGECONFIG_append += "\
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
'ima', '', d)} \
"