blob: 489d090145d6ce7f4c59055c34d45ea94f99a318 [file] [log] [blame]
Dawid Frycki53e99932018-10-23 12:01:00 -07001SUMMARY = "IPMB bridge"
2DESCRIPTION = "The IPMB bridge implements a Dbus compliant interface for \
3implementing IPMB interfaces"
4
Dawid Frycki9a7c95e2018-11-13 12:26:17 -08005SRC_URI = "git://github.com/openbmc/ipmbbridge.git"
Andrew Geissler3f877c72020-12-15 21:13:32 +00006SRCREV = "8fe0abe6d9f69f735e93d7055687fce4b56e80bf"
Dawid Frycki53e99932018-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 Prasadd8781642019-05-03 12:42:30 -070017 boost \
18 nlohmann-json"
Dawid Frycki53e99932018-10-23 12:01:00 -070019
Brad Bishopd8b59672020-10-27 09:22:51 -040020S = "${WORKDIR}/git"
Dawid Frycki53e99932018-10-23 12:01:00 -070021inherit cmake systemd
Amithash Prasadd8781642019-05-03 12:42:30 -070022FILES_${PN} += "/usr/share/ipmbbridge/ipmb-channels.json"