[yocto] [meta-security][PATCH 13/17] package-group: fix tpm package list

Armin Kuster akuster808 at gmail.com
Mon Oct 17 17:02:26 PDT 2016


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-security/packagegroup/packagegroup-core-security.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb
index 8639acd..ae856c7 100644
--- a/recipes-security/packagegroup/packagegroup-core-security.bb
+++ b/recipes-security/packagegroup/packagegroup-core-security.bb
@@ -63,8 +63,11 @@ RDEPENDS_packagegroup-security-tpm = " \
     tpm-tools \
     trousers \
     tpm2.0-tools \
-    tpm2.0-tss \
+    libtss2 \
+    resourcemgr \
+    libtctidevice \
+    libtctisocket \
+    resourcemgr \
     libtpm \
     swtpm \
-    tpm2simulator-native \
     "
-- 
2.7.4




More information about the yocto mailing list