blob: 940ae55587a4ca806c00322d3e8e2f0a2a45aab0 [file] [log] [blame]
Dawid Fryckid71a48b2018-10-23 12:01:00 -07001SUMMARY = "IPMB bridge"
2DESCRIPTION = "The IPMB bridge implements a Dbus compliant interface for \
3implementing IPMB interfaces"
4
Dawid Fryckia717c442018-11-13 12:26:17 -08005SRC_URI = "git://github.com/openbmc/ipmbbridge.git"
Andrew Geissler60f0c522020-10-05 20:02:10 +00006SRCREV = "1f0b833940fb445f18278fb7c18a1b8031697198"
Dawid Fryckid71a48b2018-10-23 12:01:00 -07007PV = "0.1+git${SRCPV}"
8
9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
11
12SYSTEMD_SERVICE_${PN} = "ipmb.service"
13
14DEPENDS = "sdbusplus \
15 phosphor-logging \
16 i2c-tools \
Amithash Prasad7fae1992019-05-03 12:42:30 -070017 boost \
18 nlohmann-json"
Dawid Fryckid71a48b2018-10-23 12:01:00 -070019
20S = "${WORKDIR}/git/"
21inherit cmake systemd
Amithash Prasad7fae1992019-05-03 12:42:30 -070022FILES_${PN} += "/usr/share/ipmbbridge/ipmb-channels.json"