aboutsummaryrefslogtreecommitdiffstats
path: root/meta-tpm
AgeCommit message (Collapse)Author
2017-11-06trousers: allow overriding localstatedir mandir sysconfdirAndré Draszik
It is currently impossible to override localstatedir, mandir and sysconfdir during ./configure, because they are being overriden unconditionally. With this patch it is now possible to set above locations as needed. Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-06trousers: make initscript more reliableAndré Draszik
The combination of using start-stop-daemon and pidof is not working reliably in all cases. Sometimes, the tcsd daemon isn't running yet at the time pidof is being invoked. This results in an empty /var/run/tcsd.pid, making it impossible to stop tcsd using the init script. To solve this, one could either add a delay before calling pidof, or alternatively use start-stop-daemon's built-in functionality to achieve the same. Let's do the latter. Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-10openssl-tpm-engine: add packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-10tpm2-abrmd: add packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-10tpm-quote-tools: Add packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-10pcr-extend: add new packageArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-10README: update with basic infoArmin Kuster
needed to pass yocto-check-layer Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-10swtpm: fix cuse dependsArmin Kuster
if cuse is enabled, depend on fuse which is in meta-filesystems throw error is layer is missing. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-15packagegroups: fix invalid license fileJackie Huang
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning: | WARNING: packagegroup-core-security do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-15tpm2.0-tss: fix systemd package listPatrick Ohly
Commit 4c4fa8c "tpm2.0-tss: install resourcemgr service" introduced systemd support for the resourcemgr package, but left the default ${PN} in SYSTEMD_PACKAGES, leading to an apparently harmless (?) build error, emitted by systemd.bbclass via bb.error() because tpm2.0-tss does not have a package of that name: ERROR: tpm2.0-tss-git-r0 do_package: tpm2.0-tss does not appear in package list, please add it Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-13tpm2.0-tools: update to 2.0.0 plusArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-19packagegroup-security-tpm-i2c: fix syntaxPeter Lei
Fix "ERROR: ExpansionError during parsing" when building with multilib. Signed-off-by: Peter Lei <peter.lei@ieee.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14tpm2: package groups fixesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14linux-stable: fix module selectionsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14tpm-image: used for testing for now.Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14kernel tpm reworkArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14tpm-i2c: some systems us i2c TPMArmin Kuster
add modules and i2c support Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14tpm packagegroups: split into logical unitsArmin Kuster
this should help mitgate the need to pull in too many layers if swtpm in not wanted Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14meta-tpm: add base package group as was in meta-securityArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14change tpm from distro to machine featureArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14tpm: move to a sub layerArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>