summaryrefslogtreecommitdiffstats
path: root/recipes-tpm/swtpm/files
Commit message (Collapse)AuthorAgeFilesLines
* tpm: move to a sub layerArmin Kuster2017-05-144-155/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* swtpm: fix musl build issuesArmin Kuster2017-03-272-0/+43
| | | | | | | | add two fixes for musl build issues. also update to latest tip Signed-off-by: Armin Kuster <akuster808@gmail.com>
* swtpm: fix compiler format warningPatrick Ohly2017-02-181-1/+1
| | | | | | | | | | | | | | | When building for x86-64, gcc complains: tpm_ioctl.c:866:9: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘long unsigned int’ [-Werror=format=] | printf("ptm capability is 0x%llx\n", (uint64_t)devtoh64(is_chardev, cap)); | ^ | cc1: all warnings being treated as errors Casting to "long long unsigned" matches the format specifier in all cases, including those where "long long" is larger than 64 bits. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* swtpm: enable native and nativesdk flavorsPatrick Ohly2017-02-181-0/+64
| | | | | | | | | | | | | For use with qemu-tpm as described in the swtpm main README, swtpm must be compiled natively. nativesdk is added just in case that someone wants to add this to an SDK. The fix_lib_search_path.patch was recently removed during the version update, but it is still needed when building natively. Here's a version that applies cleanly again. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* swtpm: update to tipArmin Kuster2017-02-182-41/+48
| | | | | | | | fix signed build issues 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>
* swtpm: add new packageArmin Kuster2016-11-011-0/+41
V2: remove CACHED_CONFIGUREVARS, not needed after all fix typo in selinux option Signed-off-by: Armin Kuster <akuster808@gmail.com>