blob: 19ecb539d66cc660565201a48a827f8d42ee2155 [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 += "autoconf-archive-native"
6DEPENDS += "systemd"
7PROVIDES += "virtual/obmc-host-ipmi-hw"
Andrew Geisslerd4c42642022-12-12 09:40:27 -06008SRCREV = "87a0efd5f529c39c0e2039519b6595aa0a22bbde"
Ed Tanous9936f862022-09-19 09:13:20 -07009PV = "1.0+git${SRCPV}"
10PR = "r1"
11
12SRC_URI += "git://github.com/openbmc/btbridge;branch=master;protocol=https"
13
14S = "${WORKDIR}/git"
Brad Bishop37d511e2015-10-29 23:35:38 -050015
Joel Stanleycc1502f2016-11-10 22:21:10 +103016inherit autotools pkgconfig
Brad Bishop46e5aa82016-08-30 14:57:08 -040017inherit obmc-phosphor-dbus-service
Brad Bishop37d511e2015-10-29 23:35:38 -050018
Patrick Williams12fc9392021-08-06 09:16:53 -050019RRECOMMENDS:${PN} += "phosphor-ipmi-host"
Brad Bishop37d511e2015-10-29 23:35:38 -050020
Ed Tanous9936f862022-09-19 09:13:20 -070021RPROVIDES:${PN} += "virtual-obmc-host-ipmi-hw"
Brad Bishop46e5aa82016-08-30 14:57:08 -040022
Ed Tanous9936f862022-09-19 09:13:20 -070023DBUS_SERVICE:${PN} = "org.openbmc.HostIpmi.service"