summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2023-05-17 19:46:33 +0300
committerWilly Tu <wltu@google.com>2023-05-17 23:28:35 +0300
commit63b8e7c4b3c02271025231c5ae5caf194890a182 (patch)
treea794aa9483872b7346c91d3f4d32a6f8ffd2dd23 /meta-google
parent0140242d5edf76cb61ed792b8cc950ae91a06e39 (diff)
downloadopenbmc-63b8e7c4b3c02271025231c5ae5caf194890a182.tar.xz
meta-google: Remove libhoth recipe
Use the libhoth recipe in meta-security instead of openbmc one. Set the source rev override until that bump is submitted and subtree updated. libhoth source bump in - https://lore.kernel.org/yocto/20230517172730.3837643-1-jebr@google.com/T/#u Change-Id: I6099d6351417dcef9eb3b4d297de43a5e229d7dd Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/hoth/libhoth_git.bb15
-rw-r--r--meta-google/recipes-tpm/hoth/libhoth_%.bbappend1
2 files changed, 1 insertions, 15 deletions
diff --git a/meta-google/recipes-google/hoth/libhoth_git.bb b/meta-google/recipes-google/hoth/libhoth_git.bb
deleted file mode 100644
index 25e0c48caa..0000000000
--- a/meta-google/recipes-google/hoth/libhoth_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Google Hoth USB library"
-DESCRIPTION = "A library implements Google USB protocol to communication with Hoth device"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
-SRCREV = "769296220dc88df33f4726aa11e39e049257b3c4"
-
-PV = "1.0+git${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-inherit pkgconfig meson
-
-DEPENDS += "libusb1" \ No newline at end of file
diff --git a/meta-google/recipes-tpm/hoth/libhoth_%.bbappend b/meta-google/recipes-tpm/hoth/libhoth_%.bbappend
new file mode 100644
index 0000000000..8d574375fa
--- /dev/null
+++ b/meta-google/recipes-tpm/hoth/libhoth_%.bbappend
@@ -0,0 +1 @@
+SRCREV:gbmc = "769296220dc88df33f4726aa11e39e049257b3c4"