blob: 9f69a59562949dcb6d8e6b6fc526f4846342d7a6 [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"
8SRCREV = "a6ec899618a28a30f7907a6cc90fe027047297d1"
9PV = "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"