All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-parsec][PATCH 1/3] meta-parsec: Add pkg grps
@ 2022-05-21 18:56 Armin Kuster
  2022-05-21 18:56 ` [meta-parsec][PATCH 2/3] meta-parsec: add build image Armin Kuster
  2022-05-21 18:56 ` [meta-parsec][PATCH 3/3] oeqa: add parsec runtime tests Armin Kuster
  0 siblings, 2 replies; 4+ messages in thread
From: Armin Kuster @ 2022-05-21 18:56 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../packagegroup-security-parsec.bb           | 26 +++++++++++++++++++
 1 file changed, 26 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..a8affcd
--- /dev/null
+++ b/meta-parsec/recipes-core/packagegroups/packagegroup-security-parsec.bb
@@ -0,0 +1,26 @@
+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 \
+    packagegroup-security-parsec-tpm2 \
+    "
+
+SUMMARY:packagegroup-security-parsec = "Security Parsec"
+RDEPENDS:packagegroup-security-parsec = "\
+    softhsm \
+    parsec-tool \
+    parsec-service \
+    "
+
+SUMMARY:packagegroup-security-parsec-tpm2 = "Parsec Security TPM 2.0 support"
+RDEPENDS:packagegroup-security-parsec-tpm2 = " \
+    tpm2-tools \
+    libtss2 \
+    tpm2-abrmd \
+    swtpm \
+    "
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-23  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 18:56 [meta-parsec][PATCH 1/3] meta-parsec: Add pkg grps Armin Kuster
2022-05-21 18:56 ` [meta-parsec][PATCH 2/3] meta-parsec: add build image Armin Kuster
2022-05-21 18:56 ` [meta-parsec][PATCH 3/3] oeqa: add parsec runtime tests Armin Kuster
2022-05-23  8:51   ` Anton Antonov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.