summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/sensors/obmc-mgr-sensor.bb
blob: 5eacac067106bbfa92fd5c15f03ce95ff9651547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "OpenBMC sensor manager"
DESCRIPTION = "OpenBMC sensor manager."
PR = "r1"

inherit skeleton-python
inherit obmc-phosphor-dbus-service

VIRTUAL-RUNTIME_skeleton_workbook ?= ""

RDEPENDS_${PN} += "\
        python-dbus \
        python-json \
        python-pygobject\
        pyphosphor \
        pyphosphor-dbus \
        ${VIRTUAL-RUNTIME_skeleton_workbook} \
        "

SKELETON_DIR = "pysensormgr"
DBUS_SERVICE_${PN} += "org.openbmc.Sensors.service"
OpenPOWER on IntegriCloud