Dawid Frycki | d71a48b | 2018-10-23 12:01:00 -0700 | [diff] [blame] | 1 | SUMMARY = "IPMB bridge" |
| 2 | DESCRIPTION = "The IPMB bridge implements a Dbus compliant interface for \ |
| 3 | implementing IPMB interfaces" |
| 4 | |
Dawid Frycki | a717c44 | 2018-11-13 12:26:17 -0800 | [diff] [blame] | 5 | SRC_URI = "git://github.com/openbmc/ipmbbridge.git" |
Andrew Geissler | dbdafe7 | 2019-04-01 17:22:57 +0000 | [diff] [blame] | 6 | SRCREV = "08deaa317c7ac0dd6e4202529ff17962c63df485" |
Dawid Frycki | d71a48b | 2018-10-23 12:01:00 -0700 | [diff] [blame] | 7 | PV = "0.1+git${SRCPV}" |
| 8 | |
| 9 | LICENSE = "Apache-2.0" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 11 | |
| 12 | SYSTEMD_SERVICE_${PN} = "ipmb.service" |
| 13 | |
| 14 | DEPENDS = "sdbusplus \ |
| 15 | phosphor-logging \ |
| 16 | i2c-tools \ |
| 17 | boost" |
| 18 | |
| 19 | S = "${WORKDIR}/git/" |
| 20 | inherit cmake systemd |