Deepak Kodihalli | f98bd11 | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 1 | SUMMARY = "OpenPOWER OCC controller" |
| 2 | DESCRIPTION = "Application to contol the OpenPOWER On-Chip-Controller" |
| 3 | HOMEPAGE = "https://github.com/openbmc/openpower-occ-control" |
| 4 | PR = "r1" |
| 5 | |
Deepak Kodihalli | 615bdc1 | 2017-04-06 23:50:34 -0500 | [diff] [blame] | 6 | inherit autotools \ |
| 7 | pkgconfig \ |
Vishwanatha Subbanna | 359eee8 | 2017-05-04 09:45:29 -0500 | [diff] [blame] | 8 | obmc-phosphor-dbus-service \ |
| 9 | pythonnative |
Deepak Kodihalli | f98bd11 | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 10 | |
| 11 | require ${PN}.inc |
| 12 | |
Vishwanatha Subbanna | 5f74f13 | 2017-07-07 02:55:58 -0500 | [diff] [blame] | 13 | DBUS_SERVICE_${PN} += "org.open_power.OCC.Control.service" |
Deepak Kodihalli | f98bd11 | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 14 | |
| 15 | DEPENDS += " \ |
| 16 | sdbusplus \ |
| 17 | sdbusplus-native \ |
| 18 | phosphor-logging \ |
| 19 | openpower-dbus-interfaces \ |
Vishwanatha Subbanna | 5f74f13 | 2017-07-07 02:55:58 -0500 | [diff] [blame] | 20 | phosphor-dbus-interfaces \ |
Deepak Kodihalli | f98bd11 | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 21 | openpower-dbus-interfaces-native \ |
| 22 | autoconf-archive-native \ |
| 23 | " |
| 24 | |
| 25 | RDEPENDS_${PN} += " \ |
| 26 | sdbusplus \ |
| 27 | phosphor-logging \ |
| 28 | openpower-dbus-interfaces \ |
Vishwanatha Subbanna | 5f74f13 | 2017-07-07 02:55:58 -0500 | [diff] [blame] | 29 | phosphor-dbus-interfaces \ |
Deepak Kodihalli | f98bd11 | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 30 | " |
| 31 | |
| 32 | S = "${WORKDIR}/git" |