aboutsummaryrefslogtreecommitdiffstats
path: root/meta-tpm
AgeCommit message (Collapse)Author
2019-08-04tpm2-tcti-uefi: build and install examplesDmitry Eremin-Solenikov
Examples are usefull to actually check TPM2 from UEFI shell. Add them to tpm2-tcti-uefi package. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-04tpm2-tcti-uefi: stop inserting host directories into build pathDmitry Eremin-Solenikov
Do not insert /usr/lib and /usr/lib64 into LDFLAGS. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-04tpm2-tcti-uefi: fix configure argumentsDmitry Eremin-Solenikov
Pass correct location of EFI's crt0 and ld script. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-04tpm2-tcti-uefi: add autoconf-archive-native dependencyDmitry Eremin-Solenikov
Add dependency on autoconf-archive-native to receive AX_* macro definitions. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-04tpm2-tss: fix compilation when using updated AX_CODE_COVERAGE macroDmitry Eremin-Solenikov
New autoconf-archive comes with updated AX_CODE_COVERAGE macro, which is not compatible with current tpm2-tss source base. Apply upstream patch to fix this incompatibility. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-04packagegroup-security-tpm2: stop including tpm2-tcti-uefiDmitry Eremin-Solenikov
tpm2-tcti-uefi is a EFI module, so it should not be included in the rootfs. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm2-tss-engine: update to 1.0.0Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm2-totp: update to offical release v0.1.1Armin Kuster
Clean up recipe to match actual app Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm2-tss: update to 2.2.3Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm2-tools: update to 3.2.0Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm2-tcti-uefi: update to tipArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm2-pkcs11/tpm2-pkcs11: update to tipArmin Kuster
license-check-sum: Add SPDX format Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm image: split out tpm2Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26tpm2 images: create tpm2 image and fix packagegroupArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26runtime: tpm2 fix names in packagecheckArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26layers: set warrior onlyArmin Kuster
remove TEST_SUITES from main layer.conf Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-05-01meta-tpm/README: updateYi Zhao
Add more description Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-05-01meta-tpm/conf/layer.conf: update layer dependenciesYi Zhao
Add openembedded-layer to layer dependencies. Fix the following build errors: ERROR: Required build target 'tpm2-pkcs11' has no buildable providers. Missing or unbuildable dependency chain was: ['tpm2-pkcs11', 'dstat'] ERROR: Required build target 'cryptsetup-tpm-incubator' has no buildable providers. Missing or unbuildable dependency chain was: ['cryptsetup-tpm-incubator', 'libdevmapper'] ERROR: Required build target 'tpm2-totp' has no buildable providers. Missing or unbuildable dependency chain was: ['tpm2-totp', 'qrencode'] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-04-07layer.conf: Add warrior to compatible release seriesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-25tpm2.0 prefix: rename to tpm2 take2Armin Kuster
v1 was commited. This is the additional changes. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-23packagegroup-security-tpm2: update to name changeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-23meta-tpm: add maintainers fileArmin Kuster
This simples checking package updates Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-23tpm2.0 prefix: rename to tpm2Armin Kuster
this aligns with the rest of the tpm2 recipes Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-23tpm2simulator: replaced by ibmswtpm2Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-23meta-tpm: add runtime test for tpm2Armin Kuster
This runs a basic tpm test using the simulator Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-23ibmswtpm2: Add new recipeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-17packagegroup-security-tpm2: add new packagesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-17tpm2-pkcs11: add new packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-17tpm2-tcti-uefi: add new packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-17cryptsetup-tpm-incubator: add new packageArmin Kuster
[v2] add missing patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-16tpm2.0-tools: fix protocolArmin Kuster
A commit amend misstep didn't capture the https to git change in SRC_URI. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-16tpm2-totp: add new packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-16tpm2: move tpm2 apps to recipes-tpm2Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-16tpm2-tss-engine: add new packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-16tpm2.0-tools: update SRC_URIArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-16tpm2-abrmd: updatet to 2.1.1Armin Kuster
switch SRC_URI to upstream Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06swtpm: update to stable release 0.1.0Armin Kuster
added PE split cuse into its own package Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06libtpm: upate to stable 0.6.0Armin Kuster
Add PE This update include support for tpm2.0 Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06tpm2-abrmd: update to 2.1.0Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06tpm2.o-tss: update to 2.4.1Armin Kuster
LIC_FILES_CHKSUM changed to do SPDX ref being removed. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-06tpm2.0-tools: update 3.1.3Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-12-15tpm2-abrmd: Fix QA errorDaniel Dragomir
QA Issue: tpm2-abrmd: Files/directories were installed but not shipped in any package: /usr/share/dbus-1 /usr/share/dbus-1/system-services /usr/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-12-10tpm2.0-tss: Remove resourcemgr sub-packageDaniel Dragomir
Since in 2.0.x branch resourcemgr was removed as deprecated by commit 7966ef8916f79ed09eab966a58d773f413fbb67f ("Remove resourcemgr and fixup build.") and commit 0e175d36c13b1801d75ae768ac520154585326f8 ("contrib: Remove systemd service and udev rules for old resourcemgr."), remove resourcemgr sub-package with it's components. Build will fail when trying sed command on resourcemgr.service (No such file or directory). Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31swtpm: switch to stable branch and clean up recipeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31packagegroup-security-tpm2: add and remove packagesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31tpm2-abrmd: update to 2.0.2Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-10-31tpm2 packagegroup: fix filenamesArmin Kuster
tpm2.0-tss package names changed, update accordingly Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-29meta-security: add THUDArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-17swtpm: update to tip for openssl 1.1 supportArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-17libtpm: update to tipArmin Kuster
LIC_FILES_CHKSUM changed do to "Extend license texts with TPM 2 specifics" Signed-off-by: Armin Kuster <akuster808@gmail.com>