summaryrefslogtreecommitdiffstats
path: root/recipes-tpm/trousers/trousers_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* tpm: move to a sub layerArmin Kuster2017-05-141-117/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: Fix musl compile errorArmin Kuster2017-03-271-0/+1
| | | | | | | | | use POSIX getpwent instead of getpwent_r This was causing the libtspi to have the getpwent_r with when loaded via tpm-tools, it would fail. [ Yocto #11095] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: tcsd.conf must be owned tss:tssPatrick Ohly2017-02-181-3/+2
| | | | | | | | | | | | | | | The upstream dist/Makefile.am ensures that /etc/tcsd.conf is owned by tss:tss, and that must not be changed because otherwise tcsd refuses to start. In addition, tss group and user should be added as special system group resp. user, because they are not normal users. This also avoids the host-user-contaminated QA warning because the "tss" user will typically not get assigned a UID from the same range as the host user that is used for building. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: recommend tcsdPatrick Ohly2017-02-181-0/+4
| | | | | | | | | | Installing tpm-tools for tools like tpm_takeown pull in the libtspi package, but the resulting system is not functional unless the tcsd (from the main "trousers" package) also gets installed. A RRECOMMENDS entry for that takes care of that automatically. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: missing libtspi.so.1 in libtspi packagePatrick Ohly2017-02-181-1/+1
| | | | | | | | | The soname of libtspi.so is "libtspi.so.1" and therefore apps linked against that library depend on the libtspi.so.1 symlink to find the library. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: update to 0.3.14Armin Kuster2017-02-181-0/+113
convert to git and remove incorperated patches Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>