blob: fa2f1c3a756e59ab9dfca0c117009daa22ebb7ba [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 Geisslercc4d72b2023-12-22 00:20:37 -06007SRCREV = "b847a932b79ef5d57a04d71908bec310c28b0c9f"
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"