On Wed, May 30, 2018 at 5:13 PM, Trevor Woerner <twoerner(a)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
- libtss2-mu
- libtss2-sys
- libtss2-tcti-device
- libtss2-tcti-mssim
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?
In any case, here's a WIP of my changes:
https://github.com/twoerner/meta-secure-core/tree/contrib/twoerner/tpm2-r...
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's PACKAGES?