blob: d03601f1e6eb0a9f0ff335fe12d914490695b38e [file] [log] [blame]
Deepak Kodihallif98bd112017-03-24 07:44:16 -05001SUMMARY = "OpenPOWER OCC controller"
2DESCRIPTION = "Application to contol the OpenPOWER On-Chip-Controller"
3HOMEPAGE = "https://github.com/openbmc/openpower-occ-control"
4PR = "r1"
5
Deepak Kodihalli615bdc12017-04-06 23:50:34 -05006inherit autotools \
7 pkgconfig \
Vishwanatha Subbanna359eee82017-05-04 09:45:29 -05008 obmc-phosphor-dbus-service \
9 pythonnative
Deepak Kodihallif98bd112017-03-24 07:44:16 -050010
11require ${PN}.inc
12
Vishwanatha Subbanna5f74f132017-07-07 02:55:58 -050013DBUS_SERVICE_${PN} += "org.open_power.OCC.Control.service"
Deepak Kodihallif98bd112017-03-24 07:44:16 -050014
15DEPENDS += " \
16 sdbusplus \
17 sdbusplus-native \
18 phosphor-logging \
19 openpower-dbus-interfaces \
Vishwanatha Subbanna5f74f132017-07-07 02:55:58 -050020 phosphor-dbus-interfaces \
Deepak Kodihallif98bd112017-03-24 07:44:16 -050021 openpower-dbus-interfaces-native \
22 autoconf-archive-native \
23 "
24
25RDEPENDS_${PN} += " \
26 sdbusplus \
27 phosphor-logging \
28 openpower-dbus-interfaces \
Vishwanatha Subbanna5f74f132017-07-07 02:55:58 -050029 phosphor-dbus-interfaces \
Deepak Kodihallif98bd112017-03-24 07:44:16 -050030 "
31
32S = "${WORKDIR}/git"