blob: bff352e59d2a87f51b4d794e2064ad1f015379bc [file] [log] [blame]
Ed Tanous132c0962018-05-31 15:07:49 -07001SUMMARY = "Phosphor OpenBMC KCS to DBUS"
2DESCRIPTION = "Phosphor OpenBMC KCS to DBUS."
3PR = "r1"
4
Brad Bishopb3f2d732018-12-04 20:00:20 +00005LICENSE = "Apache-2.0"
Ed Tanous132c0962018-05-31 15:07:49 -07006LIC_FILES_CHKSUM = "file://LICENSE;md5=b1beb00e508e89da1ed2a541934f28c0"
7
William A. Kennington III30a84932021-05-11 16:34:47 -07008inherit meson pkgconfig
Vernon Maueryabdf3dc2019-03-22 12:25:14 -07009inherit systemd
Ed Tanous132c0962018-05-31 15:07:49 -070010
11PV = "1.0+git${SRCPV}"
12
13KCS_DEVICE ?= "ipmi-kcs3"
14
Patrick Williams12fc9392021-08-06 09:16:53 -050015SYSTEMD_SERVICE:${PN} = "${PN}@${KCS_DEVICE}.service"
16FILES:${PN} += "${systemd_system_unitdir}/${PN}@.service"
Ed Tanous132c0962018-05-31 15:07:49 -070017
18PROVIDES += "virtual/obmc-host-ipmi-hw"
Patrick Williams12fc9392021-08-06 09:16:53 -050019RPROVIDES:${PN} += "virtual-obmc-host-ipmi-hw"
20RRECOMMENDS:${PN} += "phosphor-ipmi-host"
Ed Tanous132c0962018-05-31 15:07:49 -070021
22DEPENDS += " \
William A. Kennington IIIf64e0fd2021-05-27 18:52:38 -070023 fmt \
Vernon Mauery03f22ad2019-04-12 14:06:06 -070024 sdbusplus \
William A. Kennington IIIf64e0fd2021-05-27 18:52:38 -070025 sdeventplus \
26 stdplus \
27 systemd \
Ed Tanous132c0962018-05-31 15:07:49 -070028 "
Ed Tanous132c0962018-05-31 15:07:49 -070029
30S = "${WORKDIR}/git"
Patrick Venture7581d242019-04-07 07:30:36 -070031SRC_URI = "git://github.com/openbmc/kcsbridge.git"
Andrew Geissler4978c1a2021-05-21 16:10:49 +000032SRCREV = "03e6defcbca99c9c00cd37c4afb1d2b415a92acd"