summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset.bb
blob: 9435d31413cf4c6b77a0f8555a3bfeacd5329f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "OpenBMC org.openbmc.Button example implementation"
DESCRIPTION = "A sample implementation for a reset button."
PR = "r1"

inherit skeleton-gdbus
inherit obmc-phosphor-dbus-service
inherit pkgconfig

SKELETON_DIR = "rstbutton"

FMT = "org.openbmc.buttons.reset@{0}.service"
DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_RESET_BUTTON_INSTANCES')}"
OpenPOWER on IntegriCloud