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 | |
Brad Bishop | 46e5aa8 | 2016-08-30 14:57:08 -0400 | [diff] [blame^] | 5 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 37d511e | 2015-10-29 23:35:38 -0500 | [diff] [blame] | 6 | inherit obmc-phosphor-c-daemon |
| 7 | |
Brad Bishop | 46e5aa8 | 2016-08-30 14:57:08 -0400 | [diff] [blame^] | 8 | DBUS_SERVICE_${PN} = "org.openbmc.HostIpmi.service" |
Brad Bishop | 37d511e | 2015-10-29 23:35:38 -0500 | [diff] [blame] | 9 | |
| 10 | inherit obmc-phosphor-host-ipmi-hw |
| 11 | |
Brad Bishop | 46e5aa8 | 2016-08-30 14:57:08 -0400 | [diff] [blame^] | 12 | DEPENDS += "systemd" |
| 13 | RDEPENDS_${PN} += "libsystemd" |
| 14 | |
Brad Bishop | 37d511e | 2015-10-29 23:35:38 -0500 | [diff] [blame] | 15 | S = "${WORKDIR}/git" |
Chris Austen | 7a8bc40 | 2015-11-24 22:04:53 -0600 | [diff] [blame] | 16 | SRC_URI += "git://github.com/openbmc/btbridge" |
Cyril Bur | 0df8ea1 | 2016-01-15 14:22:46 +1100 | [diff] [blame] | 17 | SRCREV="39b3700766d851009258544aa0f75365f024c597" |
Brad Bishop | 37d511e | 2015-10-29 23:35:38 -0500 | [diff] [blame] | 18 | |
| 19 | # This is how linux-libc-headers says to include custom uapi headers |
| 20 | EXTRA_OEMAKE_append = "CFLAGS=-I${STAGING_KERNEL_DIR}/include/uapi" |
Patrick Williams | e30f604 | 2016-06-21 12:57:28 -0500 | [diff] [blame] | 21 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |