Brad Bishop | 37d511e | 2015-10-29 23:35:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC BT to DBUS" |
| 2 | DESCRIPTION = "Phosphor OpenBMC BT to DBUS." |
| 3 | PR = "r1" |
| 4 | |
| 5 | inherit obmc-phosphor-sdbus-service |
| 6 | inherit obmc-phosphor-c-daemon |
| 7 | |
| 8 | SYSTEMD_SERVICE_${PN} = "btbridged.service" |
| 9 | |
| 10 | inherit obmc-phosphor-host-ipmi-hw |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | SRC_URI += "git://github.com/openbmc/btbridge file://makefile.patch" |
| 14 | SRCREV="5cb9032815aa9d2866229caac4943520d5f40dd8" |
| 15 | |
| 16 | # This is how linux-libc-headers says to include custom uapi headers |
| 17 | EXTRA_OEMAKE_append = "CFLAGS=-I${STAGING_KERNEL_DIR}/include/uapi" |
| 18 | DEPENDS += "virtual/kernel" |