|
@@ -1,9 +1,12 @@
|
|
|
config BR2_PACKAGE_TPM2_TOOLS
|
|
|
bool "tpm2-tools"
|
|
|
depends on !BR2_STATIC_LIBS # tpm2-tss
|
|
|
+ depends on BR2_USE_WCHAR
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
select BR2_PACKAGE_TPM2_TSS
|
|
|
+ select BR2_PACKAGE_UTIL_LINUX
|
|
|
+ select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
help
|
|
|
TPM (Trusted Platform Module) 2.0 CLI tools based on system
|
|
|
API of TPM2-TSS. These tools can be used to manage keys,
|
|
@@ -18,5 +21,5 @@ config BR2_PACKAGE_TPM2_TOOLS
|
|
|
|
|
|
https://github.com/tpm2-software/tpm2-tools
|
|
|
|
|
|
-comment "tpm2-tools needs a toolchain w/ dynamic library"
|
|
|
- depends on BR2_STATIC_LIBS
|
|
|
+comment "tpm2-tools needs a toolchain w/ dynamic library, wchar"
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|