mbox series

[0/6] add missing tpm2-openssl package and tpm2_ptool script

Message ID 20240627075441.4116645-1-romain.naour@smile.fr
Headers show
Series add missing tpm2-openssl package and tpm2_ptool script | expand

Message

Romain Naour June 27, 2024, 7:54 a.m. UTC
This series complete the tpm2 related package list in Buildroot in
order to ease getting started with tpm devices. For example, some
tutorial uses tpm2_ptool script that is currently not installed by
tpm2-pkcs11 package.

Romain Naour (6):
  package/ima-evm-utils: update url to github
  package/tpm2-openssl: new package
  package/python-asn1crypto: add host-variant
  package/python-pkgconfig: new host package
  package/python-tpm2-pytss: new package
  package/tpm2-pkcs11: install tool script (tpm2_ptool)

 DEVELOPERS                                    |  3 +++
 package/Config.in                             |  2 ++
 package/ima-evm-utils/ima-evm-utils.mk        |  2 +-
 .../python-asn1crypto/python-asn1crypto.mk    |  1 +
 .../python-pkgconfig/python-pkgconfig.hash    |  5 +++++
 package/python-pkgconfig/python-pkgconfig.mk  | 16 ++++++++++++++
 package/python-tpm2-pytss/Config.in           | 14 ++++++++++++
 .../python-tpm2-pytss/python-tpm2-pytss.hash  |  5 +++++
 .../python-tpm2-pytss/python-tpm2-pytss.mk    | 22 +++++++++++++++++++
 package/tpm2-openssl/Config.in                | 17 ++++++++++++++
 package/tpm2-openssl/tpm2-openssl.hash        |  3 +++
 package/tpm2-openssl/tpm2-openssl.mk          | 19 ++++++++++++++++
 package/tpm2-pkcs11/Config.in                 | 22 +++++++++++++++++++
 package/tpm2-pkcs11/tpm2-pkcs11.mk            | 20 +++++++++++++++++
 14 files changed, 150 insertions(+), 1 deletion(-)
 create mode 100644 package/python-pkgconfig/python-pkgconfig.hash
 create mode 100644 package/python-pkgconfig/python-pkgconfig.mk
 create mode 100644 package/python-tpm2-pytss/Config.in
 create mode 100644 package/python-tpm2-pytss/python-tpm2-pytss.hash
 create mode 100644 package/python-tpm2-pytss/python-tpm2-pytss.mk
 create mode 100644 package/tpm2-openssl/Config.in
 create mode 100644 package/tpm2-openssl/tpm2-openssl.hash
 create mode 100644 package/tpm2-openssl/tpm2-openssl.mk

Comments

Thomas Petazzoni July 18, 2024, 9:25 p.m. UTC | #1
Hello Romain,

On Thu, 27 Jun 2024 09:54:35 +0200
Romain Naour via buildroot <buildroot@buildroot.org> wrote:

> Romain Naour (6):
>   package/ima-evm-utils: update url to github
>   package/tpm2-openssl: new package
>   package/python-asn1crypto: add host-variant
>   package/python-pkgconfig: new host package
>   package/python-tpm2-pytss: new package
>   package/tpm2-pkcs11: install tool script (tpm2_ptool)

Series applied, except PATCH 1/6, which was already done by someone
else.

Thanks!

Thomas