Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-security][PATCH V3] meta-security: Add recipe for libhoth
@ 2022-07-22 16:35 jebr
  2022-07-22 16:47 ` [yocto] " Khem Raj
  2022-07-30 21:14 ` akuster808
  0 siblings, 2 replies; 5+ messages in thread
From: jebr @ 2022-07-22 16:35 UTC (permalink / raw)
  To: yocto; +Cc: John Edward Broadbent

From: John Edward Broadbent <jebr@google.com>

Libhoth is usb protocol implementation which is required for hoth class
devices

Signed-off-by: John Edward Broadbent <jebr@google.com>
---
 meta-tpm/recipes-tpm/hoth/libhoth_git.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-tpm/recipes-tpm/hoth/libhoth_git.bb

diff --git a/meta-tpm/recipes-tpm/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm/hoth/libhoth_git.bb
new file mode 100644
index 0000000..a3ebce7
--- /dev/null
+++ b/meta-tpm/recipes-tpm/hoth/libhoth_git.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Google Hoth USB library"
+DESCRIPTION = "Libraries and example programs for interacting with a \
+               hoth-class root of trust."
+HOMEPAGE = "https://github.com/google/libhoth"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
+SRCREV = "1622e8a040d21dd564fdc1cb4df5eda01688c197"
+
+DEPENDS += "libusb1"
+
+S = "${WORKDIR}/git"
+
+inherit pkgconfig meson
+
-- 
2.37.1.359.gd136c6c3e2-goog



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-30 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22 16:35 [meta-security][PATCH V3] meta-security: Add recipe for libhoth jebr
2022-07-22 16:47 ` [yocto] " Khem Raj
2022-07-22 17:00   ` John Broadbent
2022-07-22 17:13     ` Khem Raj
2022-07-30 21:14 ` akuster808

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox