blob: aa6e57f4da63e1eb16c1fd242b7bc4896cf1e725 [file] [log] [blame]
SUMMARY = "Phosphor OpenBMC KCS to DBUS"
DESCRIPTION = "Phosphor OpenBMC KCS to DBUS."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b1beb00e508e89da1ed2a541934f28c0"
DEPENDS += " \
sdbusplus \
sdeventplus \
stdplus \
systemd \
"
PROVIDES += "virtual/obmc-host-ipmi-hw"
SRCREV = "e0602aaf7c721438bba08b3a5edaedaa3e427346"
PV = "1.0+git${SRCPV}"
PR = "r1"
SRC_URI = "git://github.com/openbmc/kcsbridge.git;branch=master;protocol=https"
SYSTEMD_SERVICE:${PN} = "${PN}@${KCS_DEVICE}.service"
S = "${WORKDIR}/git"
inherit meson pkgconfig
inherit systemd
RRECOMMENDS:${PN} += "phosphor-ipmi-host"
RPROVIDES:${PN} += "virtual-obmc-host-ipmi-hw"
FILES:${PN} += "${systemd_system_unitdir}/${PN}@.service"
KCS_DEVICE ?= "ipmi-kcs3"