summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-24 08:59:10 +0300
committerWilliam A. Kennington III <wak@google.com>2021-03-25 01:40:27 +0300
commitf89db26b407e44a620eccfae7df3186d65bdfa0c (patch)
tree9584a59e9ef90876404128e64e87c705ed47e1e1
parent1bca457e6ba5a4ba75241a77c5bcfe2ed62fcca8 (diff)
downloadopenbmc-f89db26b407e44a620eccfae7df3186d65bdfa0c.tar.xz
meta-google: google-kcsbridge: Add package
Change-Id: I4507510cdb63c4be710c5674da87d640c633d610 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-google/kcs/google-kcsbridge_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-google/recipes-google/kcs/google-kcsbridge_git.bb b/meta-google/recipes-google/kcs/google-kcsbridge_git.bb
new file mode 100644
index 000000000..4b3138eee
--- /dev/null
+++ b/meta-google/recipes-google/kcs/google-kcsbridge_git.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Google NCSI daemon"
+DESCRIPTION = "Google NCSI daemon."
+GOOGLE_MISC_PROJ = "kcsbridge"
+
+require ../google-misc/google-misc.inc
+
+inherit systemd
+
+DEPENDS += " \
+ fmt \
+ sdbusplus \
+ sdeventplus \
+ stdplus \
+"
+
+SYSTEMD_SERVICE_${PN} += "kcsbridge@.service"