blob: aa8cc945b0b7b3fb74886f694b141b7c4e051e74 [file] [log] [blame]
Brad Bishop4aa3a502015-10-29 23:35:38 -05001SUMMARY = "Phosphor OpenBMC BT to DBUS"
2DESCRIPTION = "Phosphor OpenBMC BT to DBUS."
3PR = "r1"
4
5inherit obmc-phosphor-sdbus-service
6inherit obmc-phosphor-c-daemon
7
8SYSTEMD_SERVICE_${PN} = "btbridged.service"
9
10inherit obmc-phosphor-host-ipmi-hw
11
12S = "${WORKDIR}/git"
Brad Bishop20d5e532015-10-31 22:41:17 -050013SRC_URI += "git://github.com/openbmc/btbridge file://makefile.patch"
Chris Austen70e0d682015-11-23 10:38:37 -060014SRCREV="e71c7941a35949c0b93ce5e7864ab35447d30df2"
Brad Bishop4aa3a502015-10-29 23:35:38 -050015
16# This is how linux-libc-headers says to include custom uapi headers
17EXTRA_OEMAKE_append = "CFLAGS=-I${STAGING_KERNEL_DIR}/include/uapi"
18DEPENDS += "virtual/kernel"