summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@smile.fr>2019-03-08 14:27:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-03-25 17:30:19 +0100
commit8854e0f9b06eee8c97fe687fde531bc7cce18ae6 (patch)
tree434904859bb0e335809d68f235872f2697e311de
parentb3399de9e616402fa79a831acb5cbfc91d919c54 (diff)
downloadbuildroot-8854e0f9b06eee8c97fe687fde531bc7cce18ae6.tar.gz
buildroot-8854e0f9b06eee8c97fe687fde531bc7cce18ae6.zip
package/tpm2-tss: rename tpm2-tss libraries in the help text
Since tpm2-tss version 2.0.0, tpm2 libraries have been renamed. libsapi renamed to libtss2-sys https://github.com/tpm2-software/tpm2-tss/commit/5f0ab55d4e46077cb8f0c53a76c5ebd15a088d26 libtcti-device renamed to libtss2-tcti-device libtcti-socket renamed to libtss2-tcti-mssim https://github.com/tpm2-software/tpm2-tss/commit/b8584accbd96e38eaea250e31ed3ea580d2bca27 Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit fb9c137660aaa8751d67862b3dd8ef14d80b7b08) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/tpm2-tss/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/tpm2-tss/Config.in b/package/tpm2-tss/Config.in
index 2fb5b0f213..2d619750f8 100644
--- a/package/tpm2-tss/Config.in
+++ b/package/tpm2-tss/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_TPM2_TSS
variants may be useful for integration into event-driven
programming environments. Both the synchronous and
asynchronous API are exposed through a single library:
- libsapi.
+ libtss2-sys.
* TPM Command Transmission Interface (TCTI) that is described
in the same specification. This API provides a standard
@@ -26,10 +26,10 @@ config BR2_PACKAGE_TPM2_TSS
implementing the TCTI API will be implemented as a way to
abstract various platform specific IPC mechanisms. Currently
this repository provides two TCTI implementations:
- libtcti-device and libtcti-socket. The prior should be used
- for direct access to the TPM through the Linux kernel
- driver. The later implements the protocol exposed by the
- Microsoft software TPM2 simulator.
+ libtss2-tcti-device and libtss2-tcti-mssim. The prior should
+ be used for direct access to the TPM through the Linux
+ kernel driver. The later implements the protocol exposed by
+ the Microsoft software TPM2 simulator.
https://github.com/tpm2-software/tpm2-tss
OpenPOWER on IntegriCloud