Brad Bishop | 4aa3a50 | 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" |
Brad Bishop | 20d5e53 | 2015-10-31 22:41:17 -0500 | [diff] [blame] | 13 | SRC_URI += "git://github.com/openbmc/btbridge file://makefile.patch" |
Chris Austen | 1bd631d | 2015-10-30 18:08:07 -0500 | [diff] [blame] | 14 | SRCREV="c0ee3595f9a4784c7cf7ee60fd247d9712ec7e6b" |
Brad Bishop | 4aa3a50 | 2015-10-29 23:35:38 -0500 | [diff] [blame] | 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" |