summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-02-09 04:50:01 +0300
committerWilliam A. Kennington III <wak@google.com>2021-02-09 07:02:20 +0300
commitc472176ad6c41cd1579ae106d92270cb1a63d447 (patch)
tree6484df605662cfcf6a338b79c7a4f98cf5e35ecf
parent72eb151aeec4b22bba618db928eed6c401e021af (diff)
downloadopenbmc-c472176ad6c41cd1579ae106d92270cb1a63d447.tar.xz
meta-google: Add NCSId at 7d6fa42
Google-Bug-Id: 179618497 Change-Id: I1af1d4269e5473302b7741c4c74dcb7c130ff01e Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-google/ncsi/ncsid_git.bb40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-google/recipes-google/ncsi/ncsid_git.bb b/meta-google/recipes-google/ncsi/ncsid_git.bb
new file mode 100644
index 000000000..94278feb7
--- /dev/null
+++ b/meta-google/recipes-google/ncsi/ncsid_git.bb
@@ -0,0 +1,40 @@
+SUMMARY = "Google NCSI daemon"
+DESCRIPTION = "Google NCSI daemon."
+HOMEPAGE = "http://github.com/openbmc/google-misc"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+SRC_URI += "git://github.com/openbmc/google-misc"
+SRCREV = "7d6fa42fd19cf708de1257414bb375d5a552b722"
+S = "${WORKDIR}/git/ncsid"
+
+inherit meson systemd
+
+SYSTEMD_SERVICE_${PN} += " \
+ dhcp4@.service \
+ dhcp6@.service \
+ ncsid@.service \
+ nic-hostful@.target \
+ nic-hostless@.target \
+ update-static-neighbors@.service \
+ update-static-neighbors@.timer \
+"
+
+DEPENDS += " \
+ fmt \
+ sdbusplus \
+ stdplus \
+"
+
+RDEPENDS_${PN} += " \
+ bash \
+ busybox \
+ iputils-arping \
+ jq \
+ ndisc6-ndisc6 \
+ ndisc6-rdisc6 \
+ systemd \
+"