-----Original Message-----
From: tpm2 [mailto:tpm2-bounces@lists.01.org] On Behalf Of Trevor Woerner
Sent: Wednesday, May 30, 2018 4:49 PM
To: tpm2(a)lists.01.org
Subject: Re: [tpm2] meta-measured updates
On Wed, May 30, 2018 at 5:13 PM, Trevor Woerner <twoerner(a)gmail.com
<mailto:twoerner@gmail.com> > wrote:
Are you still keen to fold meta-measured into something else? If not I
could
prepare a set of patches for meta-measured as well.
Looking at the master commit of tpm2-tss, specifically, I've noticed a
number
of changes and was hoping for your feedback.
With the tss 1.x stuff we had:
- libtcti-device
- libtcti-socket
- libsapi
The new tss 2.x stuff has:
- libtss2-esys
This is the new enhanced (I think its enhanced) system api
- libtss2-mu
This is the new marshaling library
- libtss2-sys
This is the old libsapi
- libtss2-tcti-device
This is the old device tcti
- libtss2-tcti-mssim
This is the old socket tcti
I'm guessing libtss2-tcti-device is the new name for the old libtcti-device.
But are there any mappings from the new stuff to the older libtcti-socket
and
libsapi?
See above inline comments.
In any case, here's a WIP of my changes:
https://github.com/twoerner/meta-secure-core/tree/contrib/twoerner/tpm2-
recipe-updates/meta-tpm2/recipes-tpm
Specifically, please take a look at the _git recipes, which currently build off the
master branch of all tpm2-software's components.
What do you think of tpm2-tss/tpm2-tss_git.bb <
http://tpm2-tss_git.bb> 's
PACKAGES?