mbox series

[v2,0/3] meta-tpm: Update python runtime dependencies

Message ID 20250312103241.2526274-1-omri.sarig13@gmail.com
Headers show
Series meta-tpm: Update python runtime dependencies | expand

Message

Omri Sarig March 12, 2025, 10:32 a.m. UTC
When adding the package of tpm2-pkcs11-tools to my Yocto build, the file
of pkcs11-tool failed to run.
There were several different errors, all originated in missing python
packages on my target platform.

I've added the relevant python packages as runtime dependencies to the
relevant recipes in the repository, to ensure that the recipes are
always self-contained.

Omri Sarig (3):
  tpm2-pytss: Add python3-asn1crypto runtime dependency
  tpm2-pkcs11: Add tools python runtime dependencies
  oeqa/cases/tpm2: Add tpm2-pkcs11-tools sanity test

 meta-tpm/lib/oeqa/runtime/cases/tpm2.py                      | 5 +++++
 meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb       | 2 +-
 meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)