update tpm2-tools_3.2.1 -> tpm2-tools_4.1.1.bb, tpm2-abrmd_2.0.3 -> tpm2-abrmd_2.3.0, tpm2-tss_2.2.3.bb -> tpm2-tss_2.3.2.bb

This commit is contained in:
richard
2020-06-16 12:59:13 +02:00
committed by Jia Zhang
parent c39b30e99f
commit 3590e302df
17 changed files with 85 additions and 518 deletions
@@ -0,0 +1,11 @@
--- a/scripts/luks-setup.sh 2020-02-17 15:23:50.214278216 +0100
+++ b/scripts/luks-setup.sh 2020-02-17 15:22:41.054281439 +0100
@@ -402,7 +402,7 @@
detect_tpm
if [ $? -eq 0 ]; then
if [ $OPT_EVICT_ALL -eq 1 ]; then
- cmd="tpm2_takeownership --clear"
+ cmd="tpm2_clear"
[ -n "$OPT_OLD_LOCKOUT_AUTH" ] && cmd="${cmd} --oldLockPasswd $OPT_OLD_LOCKOUT_AUTH"
[ -n "$OPT_LOCKOUT_AUTH" ] && cmd="${cmd} --LockPasswd $OPT_LOCKOUT_AUTH"
eval "$cmd"
@@ -23,6 +23,7 @@ SRC_URI = "\
git://github.com/jiazhang0/cryptfs-tpm2.git \
file://0001-luks-setup.sh-Add-support-for-qemu-with-the-swtpm.patch \
file://0001-encrypt_secret.py-switch-to-python3.patch \
file://0002-luks-setup.sh-Updated-TPM-Tools.patch \
"
SRCREV = "87c35c63090a33d4de437f518b8da9f2d1f1d828"