This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Description
Hi all,
I need to build the intel sample application using Yocto for x86 environment, which is having dependency on tpm2-tss, tpm2-tools, tpm2-abrmd.
I have added the .bb files into present build (my own project build) but is having issues with run time dependencies.
Can anybody help me to resolve the dependencies.
ERROR: ParseError at /home/builduser/Linux_am335x/trunk/build/meta-crestron/recipes-external/tpm2-tss/tpm2-tss_2.4.6.bb:51: unparsed line: 'FILES:libtss2-tcti-device = "${libdir}/libtss2-tcti-device.so.*"'
I work on 16.04.1-Ubuntu, I have tried installing the libraries using :
- sudo apt-get install libtss2-utils
- sudo apt-get install libtss2-dev
And found the libraries present at /usr/lib/x86_64-linux-gnu
Thanks in advance.