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 | 70e0d68 | 2015-11-23 10:38:37 -0600 | [diff] [blame^] | 14 | SRCREV="e71c7941a35949c0b93ce5e7864ab35447d30df2" |
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" |