diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-04 17:01:00 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-04 17:01:00 +0800 |
commit | dd9a695df8a9fb6c8c3644d2dd2e3d6bd4bb5402 (patch) | |
tree | 14c5215661b5ca71f4a7eae81ef3a5cd88bc4b11 | |
parent | 8dd6733e31a909cc15cb06857a3bb38240ad6225 (diff) | |
download | meta-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_%.bbappend | 4 | ||||
-rw-r--r-- | meta-integrity/recipes-core/systemd/systemd_%.bbappend | 4 |
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 @@ | |||
1 | PACKAGECONFIG_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 @@ | |||
1 | PACKAGECONFIG_append += "\ | ||
2 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ | ||
3 | 'ima', '', d)} \ | ||
4 | " | ||