blob: 17d27c5072d6f1e6e9dccdf3a3b9b0121f1b2d58 [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
Patrick Williamsbb99d222022-01-24 15:55:09 -06005SRC_URI = "git://github.com/openbmc/ipmbbridge.git;branch=master;protocol=https"
Andrew Geisslerd2b2bea2021-10-29 19:11:13 +00006SRCREV = "8227626764edf13350c5f5a5857298a905fb43f7"
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
Patrick Williams12fc9392021-08-06 09:16:53 -050012SYSTEMD_SERVICE:${PN} = "ipmb.service"
Dawid Frycki53e99932018-10-23 12:01:00 -070013
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"
Patrick Williams691a8e02021-12-13 18:00:02 -060021inherit cmake pkgconfig systemd
Patrick Williams12fc9392021-08-06 09:16:53 -050022FILES:${PN} += "/usr/share/ipmbbridge/ipmb-channels.json"