Signed-off-by: Armin Kuster <akuster808@...>
--
V2]
Drop tpm pkgs, use the tpm2 pkg grp
---
.../packagegroup-security-parsec.bb | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 meta-parsec/recipes-core/packagegroups/packagegroup-security-parsec.bb
diff --git a/meta-parsec/recipes-core/packagegroups/packagegroup-security-parsec.bb b/meta-parsec/recipes-core/packagegroups/packagegroup-security-parsec.bb
new file mode 100644
index 0000000..b6c4f59
--- /dev/null
+++ b/meta-parsec/recipes-core/packagegroups/packagegroup-security-parsec.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Parsec Security packagegroup for Poky"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
+ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+inherit packagegroup
+
+PACKAGES = "\
+ packagegroup-security-parsec \
+ "
+
+SUMMARY:packagegroup-security-parsec = "Security Parsec"
+RDEPENDS:packagegroup-security-parsec = "\
+ softhsm \
+ parsec-tool \
+ parsec-service \
+ "
--
2.25.1