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 | 411ce83 | 2020-12-15 21:13:32 +0000 | [diff] [blame] | 6 | SRCREV = "8fe0abe6d9f69f735e93d7055687fce4b56e80bf" |
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 | |
Brad Bishop | 29d26b3 | 2020-10-27 09:22:51 -0400 | [diff] [blame] | 20 | S = "${WORKDIR}/git" |
Dawid Frycki | d71a48b | 2018-10-23 12:01:00 -0700 | [diff] [blame] | 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" |