summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb')
-rw-r--r--meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb b/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb
new file mode 100644
index 0000000..8e941d1
--- /dev/null
+++ b/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb
@@ -0,0 +1,29 @@
1SUMMARY = "IBM's Software TPM 2.0 TSS"
2DESCRIPTION = "This is a user space TSS for TPM 2.0. It implements the \
3functionality equivalent to (but not API compatible with) the TCG TSS \
4working group's ESAPI, SAPI, and TCTI API's (and perhaps more) but with a \
5hopefully simpler interface. \
6It comes with over 110 'TPM tools' samples that can be used for scripted \
7apps, rapid prototyping, education, and debugging. \
8It also comes with a web based TPM interface, suitable for a demo to an \
9audience that is unfamiliar with TCG technology. It is also useful for \
10basic TPM management."
11HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmtss2.html"
12LICENSE = "BSD-2-Clause"
13SECTION = "securty/tpm"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
15
16DEPENDS = "openssl ibmswtpm2"
17
18inherit autotools pkgconfig
19
20SRC_URI = "git://git.code.sf.net/p/ibmtpm20tss/tss;protocol=https;branch=master \
21 file://0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch \
22 "
23SRCREV = "0b9d77e304f68228b13b20ff0d72b0c16ffd2651"
24
25UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
26
27EXTRA_OECONF = "--disable-tpm-1.2"
28
29S = "${WORKDIR}/git"