diff options
| author | Christopher Clark <christopher.w.clark@gmail.com> | 2019-04-16 13:35:36 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-18 09:32:40 -0400 |
| commit | 15caed2f436afd6ab07a0865b161c54f51bab6a4 (patch) | |
| tree | 130ef8d75252d6e4aba6ef9ad50e4298eabcad62 /recipes-extended/xen/files/vtpm-bufsize.patch | |
| parent | abcdb5841dfffc1ff4410f6c149dc304d4ac5e42 (diff) | |
| download | meta-virtualization-15caed2f436afd6ab07a0865b161c54f51bab6a4.tar.gz | |
xen: remove recipes for stubdoms and dependent components
Retiring these as the components are not in use and work on updating
the recipes to build with the OE native tools rather than host tools
has been discontinued.
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/files/vtpm-bufsize.patch')
| -rw-r--r-- | recipes-extended/xen/files/vtpm-bufsize.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-extended/xen/files/vtpm-bufsize.patch b/recipes-extended/xen/files/vtpm-bufsize.patch deleted file mode 100644 index 9c9304cf..00000000 --- a/recipes-extended/xen/files/vtpm-bufsize.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | diff --git a/config.h.in b/config.h.in | ||
| 2 | index d16a997..8088a2a 100644 | ||
| 3 | --- a/config.h.in | ||
| 4 | +++ b/config.h.in | ||
| 5 | @@ -27,7 +27,7 @@ | ||
| 6 | #define TPM_STORAGE_NAME "${TPM_STORAGE_NAME}" | ||
| 7 | #define TPM_DEVICE_NAME "${TPM_DEVICE_NAME}" | ||
| 8 | #define TPM_LOG_FILE "${TPM_LOG_FILE}" | ||
| 9 | -#define TPM_CMD_BUF_SIZE 4096 | ||
| 10 | +#define TPM_CMD_BUF_SIZE 4088 | ||
| 11 | |||
| 12 | #endif /* _CONFIG_H_ */ | ||
| 13 | |||
