summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis/obmc-button-reset_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-button-reset_git.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset_git.bb
deleted file mode 100644
index 1a7836a11..000000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset_git.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "OpenBMC org.openbmc.Button example implementation"
-DESCRIPTION = "A sample implementation for a reset button."
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-
-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')}"