mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

TPM Emulator is a software-based TPM and MTM emulator. This TPM Emulator recipe creates a static library that is cross-compiled against MiniOS, Xen, LWIP, Newlib, PolarSSL, and the stubdom-specific GMP headers and subsequently used during the cross-compilation and linking of the Xen vTPM and vTPM Manager stubdomains. The current Xen source code is hardcoded to fetch a specific version of this package. The patch files originate from the Xen/stubdom source tree. This recipe provides the flexibility to change version or modify the patches. Signed-off-by: Kurt Bodiker <kurt.bodiker@braintrust-us.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 lines
353 B
Diff
14 lines
353 B
Diff
diff --git a/config.h.in b/config.h.in
|
|
index d16a997..8088a2a 100644
|
|
--- a/config.h.in
|
|
+++ b/config.h.in
|
|
@@ -27,7 +27,7 @@
|
|
#define TPM_STORAGE_NAME "${TPM_STORAGE_NAME}"
|
|
#define TPM_DEVICE_NAME "${TPM_DEVICE_NAME}"
|
|
#define TPM_LOG_FILE "${TPM_LOG_FILE}"
|
|
-#define TPM_CMD_BUF_SIZE 4096
|
|
+#define TPM_CMD_BUF_SIZE 4088
|
|
|
|
#endif /* _CONFIG_H_ */
|
|
|