From 248ada4d4288a7d9ceb1e81b1b3e75cebcfe810d Mon Sep 17 00:00:00 2001 From: Joao Paulo Goncalves Date: Thu, 14 Dec 2023 15:27:56 -0300 Subject: packagegroup-tdx-cli: verdin: tpm tools Create a new packagegroup with the tools and libraries needed to use/develop for the TPM. This is only basic functionalities but is also possible to develop applications using the SDK. For now, the tpm software stack is added only for the Verdin SoM. Related-to: ELB-5500 Signed-off-by: Joao Paulo Goncalves --- recipes-images/images/packagegroup-tdx-cli.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb index c4b31a3..68bc8a3 100644 --- a/recipes-images/images/packagegroup-tdx-cli.bb +++ b/recipes-images/images/packagegroup-tdx-cli.bb @@ -13,6 +13,7 @@ PACKAGES += " \ packagegroup-networking-tdx-cli \ packagegroup-utils-tdx-cli \ packagegroup-utils-large-tdx-cli \ + packagegroup-tpm2-tdx-cli \ packagegroup-wifi-tdx-cli \ packagegroup-wifi-fw-tdx-cli \ packagegroup-wifi-fw-large-tdx-cli \ @@ -163,6 +164,12 @@ RRECOMMENDS:packagegroup-utils-large-tdx-cli = "\ packagegroup-dotnet-deps \ " +SUMMARY:packagegroup-tpm2-tdx-cli = "Basic tools to work with TPM 2.0" +RRECOMMENDS:packagegroup-tpm2-tdx-cli = " \ + tpm2-tools \ + libtss2-tcti-device \ +" + SUMMARY:packagegroup-wifi-tdx-cli = "Useful Wi-Fi utilities and firmware" BACKPORTS = "" RRECOMMENDS:packagegroup-wifi-tdx-cli = "\ -- cgit v1.2.3