summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-02 06:54:34 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-06 15:53:29 +0300
commitafba95a70841e517fdf6afffadbb94c3a5f614f7 (patch)
treeb9ccbb6b9c1bede52af5fd974dde5afd59bdf7a0 /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
parentec0a8f658f2567739f743b13e62c12b55d2b5c96 (diff)
downloadopenbmc-afba95a70841e517fdf6afffadbb94c3a5f614f7.tar.xz
meta-phosphor: ipmi-net: rename recipe as git
Rename phosphor-ipmi-net.bb to phosphor-ipmi-net_git.bb per OE norms. (From meta-phosphor rev: 6ffd6b4af4172e383773b21faf7a75e7b16a9ff7) Change-Id: Ie8e9d2f9ff337d270e16aa4529ffda8bac57f147 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
new file mode 100644
index 000000000..062e5affb
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Phosphor Network IPMI Daemon"
+DESCRIPTION = "Daemon to support IPMI protocol over network"
+HOMEPAGE = "https://github.com/openbmc/phosphor-net-ipmid"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+inherit autotools pkgconfig
+inherit obmc-phosphor-license
+inherit obmc-phosphor-systemd
+
+DEPENDS += "autoconf-archive-native"
+DEPENDS += "phosphor-mapper"
+DEPENDS += "systemd"
+DEPENDS += "phosphor-ipmi-host"
+RDEPENDS_${PN} += "libmapper"
+RDEPENDS_${PN} += "libsystemd"
+RDEPENDS_${PN} += "iptables"
+
+SRC_URI += "git://github.com/openbmc/phosphor-net-ipmid"
+SRCREV = "584fa8877dca6181c84a9ad687a814ec90fb0c6f"
+
+S = "${WORKDIR}/git"
+
+SYSTEMD_SERVICE_${PN} = " \
+ ${PN}.service \
+ ${PN}.socket \
+ "