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-implicit-fallthrough.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-implicit-fallthrough.patch')
-rw-r--r-- | recipes-extended/xen/files/vtpm-implicit-fallthrough.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-extended/xen/files/vtpm-implicit-fallthrough.patch b/recipes-extended/xen/files/vtpm-implicit-fallthrough.patch deleted file mode 100644 index e95d41fc..00000000 --- a/recipes-extended/xen/files/vtpm-implicit-fallthrough.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | --- a/tpm/tpm_cmd_handler.c.orig 2017-04-27 13:37:14.408000000 +0200 | ||
2 | +++ b/tpm/tpm_cmd_handler.c 2017-04-27 13:39:53.585000000 +0200 | ||
3 | @@ -3397,6 +3397,7 @@ | ||
4 | sizeof(rsp->auth2->nonceOdd.nonce)); | ||
5 | tpm_hmac_update(&hmac, (BYTE*)&rsp->auth2->continueAuthSession, 1); | ||
6 | tpm_hmac_final(&hmac, rsp->auth2->auth); | ||
7 | + /* fall-thru */ | ||
8 | case TPM_TAG_RSP_AUTH1_COMMAND: | ||
9 | tpm_hmac_init(&hmac, rsp->auth1->secret, sizeof(rsp->auth1->secret)); | ||
10 | tpm_hmac_update(&hmac, rsp->auth1->digest, sizeof(rsp->auth1->digest)); | ||