diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-27 11:28:32 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-27 11:28:32 +0800 |
commit | 14cbd4685f0e5ee4f0746a312e5965120a0882cd (patch) | |
tree | 2da7c0a26a2b41809083b3fa226590d918813e8d | |
parent | c82c3c56e84bb92d8dc39501d5ac62518b665013 (diff) | |
download | meta-secure-core-14cbd4685f0e5ee4f0746a312e5965120a0882cd.tar.gz |
packagegroup-encrypted-storage.inc: add cryptfs-tpm2
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-encrypted-storage/recipes-base/packagegroups/packagegroup-encrypted-storage.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-encrypted-storage.inc b/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-encrypted-storage.inc index ba041d3..b3fa991 100644 --- a/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-encrypted-storage.inc +++ b/meta-encrypted-storage/recipes-base/packagegroups/packagegroup-encrypted-storage.inc | |||
@@ -6,3 +6,7 @@ LIC_FILES_CHKSUM = "\ | |||
6 | ALLOW_EMPTY_${PN} = "1" | 6 | ALLOW_EMPTY_${PN} = "1" |
7 | 7 | ||
8 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
9 | |||
10 | RDEPENDS_${PN} += "\ | ||
11 | cryptfs-tpm2 \ | ||
12 | " | ||