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 | 24beb04 | 2019-05-15 23:42:26 +0000 | [diff] [blame] | 6 | SRCREV = "7fa9b7152dec1acfff2d22b775428d5d08ce7844" |
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 \ |
Amithash Prasad | 7fae199 | 2019-05-03 12:42:30 -0700 | [diff] [blame] | 17 | boost \ |
| 18 | nlohmann-json" |
Dawid Frycki | d71a48b | 2018-10-23 12:01:00 -0700 | [diff] [blame] | 19 | |
| 20 | S = "${WORKDIR}/git/" |
| 21 | inherit cmake systemd |
Amithash Prasad | 7fae199 | 2019-05-03 12:42:30 -0700 | [diff] [blame] | 22 | FILES_${PN} += "/usr/share/ipmbbridge/ipmb-channels.json" |