aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-tpm/tpm-tools
AgeCommit message (Collapse)Author
2016-11-01tpm-tools: Fix gcc6 compile issueArmin Kuster
.8/src/tpm_mgmt/tpm_present.c | ../../../tpm-tools-1.3.8/src/tpm_mgmt/tpm_present.c: In function 'main': | ../../../tpm-tools-1.3.8/src/tpm_mgmt/tpm_present.c:358:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation] | if (szTpmPasswd && !isWellKnown) | ^~ | ../../../tpm-tools-1.3.8/src/tpm_mgmt/tpm_present.c:360:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' | return iRc; | ^~~~~~ Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-01tpm-tools: add native supportArmin Kuster
V2: - drop 1.0 from PV Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-04-23tpm-tools: add packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>