Add IPMB bridge recipe
The IPMB bridge implements a Dbus compliant interface for implementing
IPMB interfaces. This uses the mslave and dev/i2c-X devices to
implement a two way bridge. This bridge is used both for responding to
IPMB requests initiated from the IPMB channel, as well as initiating
new requests to other devices (Like Management Engine).
Tested by:
Booted ipmb service on OpenBMC, and observed communication with a
management engine work in both directions (ME-> BMC and BMC->ME)
Change-Id: If8d0021c36a12ed073eceebe7f5a3d568ef0f902
Signed-off-by: Dawid Frycki <dawid.frycki@intel.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
new file mode 100644
index 0000000..56a6c3c
--- /dev/null
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "IPMB bridge"
+DESCRIPTION = "The IPMB bridge implements a Dbus compliant interface for \
+implementing IPMB interfaces"
+
+SRC_URI = "git://github.com:openbmc/ipmbbridge.git"
+SRCREV = "a642a9480d348bb6677f4badb635ebf881f3bcd0"
+PV = "0.1+git${SRCPV}"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
+SYSTEMD_SERVICE_${PN} = "ipmb.service"
+
+DEPENDS = "sdbusplus \
+ phosphor-logging \
+ i2c-tools \
+ boost"
+
+S = "${WORKDIR}/git/"
+inherit cmake systemd