blob: d13b08848d9361d399f5d839f11acb94bfc45f46 [file] [log] [blame]
Brad Bishop37d511e2015-10-29 23:35:38 -05001SUMMARY = "Phosphor OpenBMC BT to DBUS"
2DESCRIPTION = "Phosphor OpenBMC BT to DBUS."
Matthew Barth7729fe62016-11-08 10:04:56 -06003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Ed Tanous9936f862022-09-19 09:13:20 -07005DEPENDS += "systemd"
6PROVIDES += "virtual/obmc-host-ipmi-hw"
Andrew Geissler0728bb52023-09-18 19:50:42 -05007SRCREV = "8ee19a4d70f7fd3aeb617728e3e65d3745ff281c"
Ed Tanous9936f862022-09-19 09:13:20 -07008PV = "1.0+git${SRCPV}"
9PR = "r1"
10
Patrick Williamsbccaff32023-04-14 11:24:47 -050011SRC_URI = "git://github.com/openbmc/btbridge;branch=master;protocol=https"
Ed Tanous9936f862022-09-19 09:13:20 -070012
13S = "${WORKDIR}/git"
Brad Bishop37d511e2015-10-29 23:35:38 -050014
Ed Tanouseebfd542023-08-08 13:18:54 -070015inherit meson pkgconfig
Brad Bishop46e5aa82016-08-30 14:57:08 -040016inherit obmc-phosphor-dbus-service
Brad Bishop37d511e2015-10-29 23:35:38 -050017
Patrick Williams12fc9392021-08-06 09:16:53 -050018RRECOMMENDS:${PN} += "phosphor-ipmi-host"
Brad Bishop37d511e2015-10-29 23:35:38 -050019
Ed Tanous9936f862022-09-19 09:13:20 -070020RPROVIDES:${PN} += "virtual-obmc-host-ipmi-hw"
Brad Bishop46e5aa82016-08-30 14:57:08 -040021
Ed Tanous9936f862022-09-19 09:13:20 -070022DBUS_SERVICE:${PN} = "org.openbmc.HostIpmi.service"