summaryrefslogtreecommitdiffstats
path: root/recipes-tpm
Commit message (Collapse)AuthorAgeFilesLines
* tpm2.0-tss: Fix build issue with tpm2-abrmd recipeJagadeesh Krishnanjanappa2017-05-192-1/+31
| | | | | | | | | | | | | | | It solves tpm2-abrmd recipe build failure (as mentioned below) as none of the tpm2.0-tss header files define MAX_LOADED_OBJECTS1 macro. The macro name should be MAX_LOADED_OBJECTS. -- snip -- | from ../tpm2-abrmd/src/include/tabrmd.h:31, | from ../tpm2-abrmd/src/access-broker.c:31: | ../tpm2-abrmd/src/access-broker.c: In function 'access_broker_get_trans_object_count': | ../tpm2-abrmd/src/access-broker.c:549:34: error: 'MAX_LOADED_OBJECTS1' undeclared (first use in this function) -- snip -- Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tpm-tools: Fix gcc6 compile issueArmin Kuster2016-11-012-0/+25
| | | | | | | | | | | | | .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>
* tpm2simulator: add packageArmin Kuster2016-11-011-0/+24
| | | | | | | | V2: Change ${S} and add OECMAKE_SOURCEPATH use ${S} instead of ${WORKDIR} in sed cmd Signed-off-by: Armin Kuster <akuster808@gmail.com>
* swtpm: add new packageArmin Kuster2016-11-012-0/+76
| | | | | | | | V2: remove CACHED_CONFIGUREVARS, not needed after all fix typo in selinux option Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libtpm: add new packageArmin Kuster2016-11-011-0/+15
| | | | | | | V2: - use SRCPV Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tpm-tools: add native supportArmin Kuster2016-11-012-0/+26
| | | | | | | V2: - drop 1.0 from PV Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tpm2.0-tss: Add new packageArmin Kuster2016-11-012-0/+398
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Fix a trousers build on when not in use systemd: unparsed line: 'inherit'Thomas Perrot2016-08-201-2/+1
| | | | | Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: Fix new QA warningArmin Kuster2016-05-251-2/+2
| | | | | | NOTE: meta-security/recipes-tpm/trousers/trousers_0.3.13.bb: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tpm-tools: add packageArmin Kuster2016-04-233-0/+296
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* trousers: add packageArmin Kuster2016-04-235-0/+254
Signed-off-by: Armin Kuster <akuster808@gmail.com>