meta-virtualization/recipes-extended/xen/files/vtpm-bufsize.patch
Kurt Bodiker 230198a7d1 xen: TPM Emulator for Xen stubdoms
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>
2018-05-01 23:17:29 -04:00

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_ */