From 97b94154611483e32a218bdc51c908dbb9318cfd Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 4 Mar 2016 17:00:45 +0800 Subject: inarp: Add inverse ARP daemon This change adds 'inarp': A small daemon to listen for, and reply to inverse ARP requests. This should be started at system init time, so we add a .service file. Signed-off-by: Jeremy Kerr --- meta-phosphor/common/recipes-phosphor/inarp/inarp.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-phosphor/common/recipes-phosphor/inarp/inarp.bb (limited to 'meta-phosphor/common/recipes-phosphor/inarp/inarp.bb') diff --git a/meta-phosphor/common/recipes-phosphor/inarp/inarp.bb b/meta-phosphor/common/recipes-phosphor/inarp/inarp.bb new file mode 100644 index 000000000..a36bba17d --- /dev/null +++ b/meta-phosphor/common/recipes-phosphor/inarp/inarp.bb @@ -0,0 +1,17 @@ +SUMMARY = "Inverse ARP daemon" +DESCRIPTION = "Daemon to respond to Inverse-ARP requests" +HOMEPAGE = "http://github.com/openbmc/inarp" +PR = "r1" + +inherit obmc-phosphor-license +inherit obmc-phosphor-c-daemon + +TARGET_CFLAGS += "-fpic -O2" + +RDEPENDS_${PN} += "network" +SRC_URI += "git://github.com/openbmc/inarp" + +SRCREV = "19ed5170356495f5fc67189513c5739780ee6a81" + +S = "${WORKDIR}/git" +INSTALL_NAME = "inarp" -- cgit v1.2.1