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
5f0ab55d4e

libtcti-device renamed to libtss2-tcti-device
libtcti-socket renamed to libtss2-tcti-mssim
b8584accbd

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>
This commit is contained in:
Romain Naour 2019-03-08 14:27:09 +01:00 committed by Thomas Petazzoni
parent 9b2bf1b745
commit fb9c137660

View File

@ -17,7 +17,7 @@ config BR2_PACKAGE_TPM2_TSS
variants may be useful for integration into event-driven variants may be useful for integration into event-driven
programming environments. Both the synchronous and programming environments. Both the synchronous and
asynchronous API are exposed through a single library: asynchronous API are exposed through a single library:
libsapi. libtss2-sys.
* TPM Command Transmission Interface (TCTI) that is described * TPM Command Transmission Interface (TCTI) that is described
in the same specification. This API provides a standard 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 implementing the TCTI API will be implemented as a way to
abstract various platform specific IPC mechanisms. Currently abstract various platform specific IPC mechanisms. Currently
this repository provides two TCTI implementations: this repository provides two TCTI implementations:
libtcti-device and libtcti-socket. The prior should be used libtss2-tcti-device and libtss2-tcti-mssim. The prior should
for direct access to the TPM through the Linux kernel be used for direct access to the TPM through the Linux
driver. The later implements the protocol exposed by the kernel driver. The later implements the protocol exposed by
Microsoft software TPM2 simulator. the Microsoft software TPM2 simulator.
https://github.com/tpm2-software/tpm2-tss https://github.com/tpm2-software/tpm2-tss