From 8590e7e8168462bd86a9abaa60d0c6b635d74cc2 Mon Sep 17 00:00:00 2001 From: Pramod Raghavendra Jayathirth Date: Thu, 14 Feb 2019 04:04:17 -0800 Subject: Upgrade TPM2_Plugin to match with the tss stack This upgrade is required due to the changes in latest stable tss, abrmd and tpm-tools Issue-ID: AAF-761 Change-Id: I564dba726ceb69a9d4caf8498940cadb810a478e Signed-off-by: Pramod Raghavendra Jayathirth --- build.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 41a7ea0..bb2a06e 100644 --- a/build.sh +++ b/build.sh @@ -77,6 +77,12 @@ rm -rf tpm2-tools-3.1.0 echo "Build Import utility tool" cd tpm-util/import make -f sampleMakefile -cd ../../ +cd ../.. +echo "Build TPM-Plugin" +cd TPM2-Plugin +./bootstrap +./configure +sudo make install +cd .. sudo ldconfig -- cgit 1.2.3-korg