All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] add missing tpm2-openssl package and tpm2_ptool script
@ 2024-06-27  7:54 Romain Naour via buildroot
  2024-06-27  7:54 ` [Buildroot] [PATCH 1/6] package/ima-evm-utils: update url to github Romain Naour via buildroot
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Romain Naour via buildroot @ 2024-06-27  7:54 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

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

-- 
2.45.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-07-18 21:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-27  7:54 [Buildroot] [PATCH 0/6] add missing tpm2-openssl package and tpm2_ptool script Romain Naour via buildroot
2024-06-27  7:54 ` [Buildroot] [PATCH 1/6] package/ima-evm-utils: update url to github Romain Naour via buildroot
2024-07-17 21:36   ` Thomas Petazzoni via buildroot
2024-06-27  7:54 ` [Buildroot] [PATCH 2/6] package/tpm2-openssl: new package Romain Naour via buildroot
2024-07-17 21:44   ` Thomas Petazzoni via buildroot
2024-06-27  7:54 ` [Buildroot] [PATCH 3/6] package/python-asn1crypto: add host-variant Romain Naour via buildroot
2024-06-27  7:54 ` [Buildroot] [PATCH 4/6] package/python-pkgconfig: new host package Romain Naour via buildroot
2024-06-27  7:54 ` [Buildroot] [PATCH 5/6] package/python-tpm2-pytss: new package Romain Naour via buildroot
2024-06-27  7:54 ` [Buildroot] [PATCH 6/6] package/tpm2-pkcs11: install tool script (tpm2_ptool) Romain Naour via buildroot
2024-07-18 21:25 ` [Buildroot] [PATCH 0/6] add missing tpm2-openssl package and tpm2_ptool script Thomas Petazzoni via buildroot

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.