aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>2019-02-14 04:04:17 -0800
committerPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>2019-03-29 07:52:22 -0700
commit8590e7e8168462bd86a9abaa60d0c6b635d74cc2 (patch)
tree88e8504379cc4e926ad4282e38aebc9dda23aa81 /build.sh
parentb50920e538a6e0b6a1ee4835f59956835efe3f7f (diff)
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 <pramod.raghavendra.jayathirth@intel.com>
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh8
1 files changed, 7 insertions, 1 deletions
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