summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google
diff options
context:
space:
mode:
authorJohn Wedig <johnwedig@google.com>2023-12-09 01:39:54 +0300
committerYuxiao Zhang <yuxiaozhang@google.com>2023-12-15 21:18:11 +0300
commit123c246f33d19272d995ff5ddc473b17bdbed4eb (patch)
treea9fe8d95754ad527d62d4e560dda89e410aff7b7 /meta-google/recipes-google
parentd4aa479a4f4be647514dde7a858acdcb83dc3b97 (diff)
downloadopenbmc-123c246f33d19272d995ff5ddc473b17bdbed4eb.tar.xz
meta-google: Recipe for espi-control executable
Change-Id: I7f761b96659bb0339e2bb570a4c1e47136d783c5 Signed-off-by: John Wedig <johnwedig@google.com>
Diffstat (limited to 'meta-google/recipes-google')
-rw-r--r--meta-google/recipes-google/espi-control/espi-control_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-google/recipes-google/espi-control/espi-control_git.bb b/meta-google/recipes-google/espi-control/espi-control_git.bb
new file mode 100644
index 0000000000..824ae010a7
--- /dev/null
+++ b/meta-google/recipes-google/espi-control/espi-control_git.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Enable and disable eSPI bus on demand"
+DESCRIPTION = "Enable and disable eSPI bus on demand"
+GOOGLE_MISC_PROJ = "espi-control"
+
+require ../google-misc/google-misc.inc
+
+inherit pkgconfig
+
+DEPENDS += " \
+ stdplus \
+"