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" |
Chris Austen | 652fee8 | 2015-11-24 22:04:53 -0600 | [diff] [blame] | 13 | SRC_URI += "git://github.com/openbmc/btbridge" |
Cyril Bur | 965c177 | 2016-01-15 14:22:46 +1100 | [diff] [blame] | 14 | SRCREV="39b3700766d851009258544aa0f75365f024c597" |
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" |