mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
checkout tpmtotp from github, install various tpm utilities
This commit is contained in:
parent
a707cab403
commit
e342aa3f18
@ -2,11 +2,29 @@ modules += tpmtotp
|
||||
|
||||
tpmtotp_depends := mbedtls qrencode
|
||||
|
||||
tpmtotp_version := 0.0.1
|
||||
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
|
||||
tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
|
||||
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v0.0.1.tar.gz
|
||||
tpmtotp_hash := 8bf2380248fea540a96ad0ff8a4f170b8d93b6bb5fe49b958f9f1926f994823f
|
||||
tpmtotp_version := git
|
||||
tpmtotp_repo := https://github.com/osresearch/tpmtotp
|
||||
|
||||
#tpmtotp_version := 0.0.1
|
||||
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
|
||||
#tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
|
||||
#tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v0.0.1.tar.gz
|
||||
#tpmtotp_hash := 8bf2380248fea540a96ad0ff8a4f170b8d93b6bb5fe49b958f9f1926f994823f
|
||||
|
||||
|
||||
tpmtotp_output := \
|
||||
sealtotp \
|
||||
unsealtotp \
|
||||
util/nv \
|
||||
util/nv_definespace \
|
||||
util/nv_readvalue \
|
||||
util/nv_writevalue \
|
||||
util/clearown \
|
||||
util/pcrreset \
|
||||
util/physicaldisable \
|
||||
util/physicalenable \
|
||||
util/physicalpresence \
|
||||
util/physicalsetdeactivated \
|
||||
util/getcapability \
|
||||
|
||||
tpmtotp_output := sealtotp unsealtotp
|
||||
tpmtotp_configure :=
|
||||
|
Loading…
Reference in New Issue
Block a user