summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dabrowski <dawiddabrowski@google.com>2023-12-12 14:58:16 -0800
committerArmin Kuster <akuster808@gmail.com>2023-12-29 09:09:30 -0500
commit7ee7b8903d7264b6bad68fe0b0acaa1e59a77575 (patch)
treecfaf754a932e8d8ef33aed183e5171621eba2e13
parent6cf4d653dcbcd16094638c87a3e3e1c84cf2cbb9 (diff)
downloadmeta-security-7ee7b8903d7264b6bad68fe0b0acaa1e59a77575.tar.gz
libhoth recipe update
Changelog: Dawid Dabrowski Add support for payload update protocol for generic Titan images. Nick Nooney Add BUILD rules to support using libhoth with external tools. Yoan Andreev Add spi passthrough enable and disable commands. Add arm_coordinated_reset. Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm1/hoth/libhoth_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
index 5c7305c..7ba64f5 100644
--- a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
+++ b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8 8
9SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main" 9SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
10SRCREV = "0e3eec6937d35c602ce497444eda05f3c465b5a8" 10SRCREV = "e520f8fa637589324ec56d34f26a48a8162a250c"
11 11
12DEPENDS += "libusb1" 12DEPENDS += "libusb1"
13 13