blob: 5b54d2c3bd82f5ce672f4ea41e02a3f08a40fa6a [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 Williamsbb99d222022-01-24 15:55:09 -060031SRC_URI = "git://github.com/openbmc/kcsbridge.git;branch=master;protocol=https"
Andrew Geissler83efd762021-11-02 00:21:23 +000032SRCREV = "7580a8e60d868b5bcb1a8f8d276374afe7c0983a"