summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2023-10-19 10:21:57 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-19 17:14:32 +0300
commitbe5c65076970c7bf9384ded4c6640d075bca9aa8 (patch)
tree0a40bbf190a2c0b068a5b478a51827e30a2617f5 /meta-phosphor
parent63ff11465d47787cb3b3defa4c408b80d04d2ee1 (diff)
downloadopenbmc-be5c65076970c7bf9384ded4c6640d075bca9aa8.tar.xz
meta-phosphor: gpio: Add phosphor-multi-gpio-presence
SQUASH WITH Ia79523d15b6fdd33d66a3ac551453790a37f86e0 Hook up the newly introduced support for phosphor-multi-gpio-presence by adding the binary and service file to phosphor-gpio-monitor-presence. Change-Id: I7a2b4b1b0c7a46321a85693ec69376e004ed7bdb Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
index b8a15c100a..54aed10af0 100644
--- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
@@ -22,6 +22,7 @@ SYSTEMD_PACKAGES = "${GPIO_PACKAGES}"
SYSTEMD_SERVICE:${PN}-monitor += "phosphor-multi-gpio-monitor.service"
SYSTEMD_SERVICE:${PN}-monitor += "phosphor-gpio-monitor@.service"
SYSTEMD_SERVICE:${PN}-presence += "phosphor-gpio-presence@.service"
+SYSTEMD_SERVICE:${PN}-presence += "phosphor-multi-gpio-presence.service"
S = "${WORKDIR}/git"
inherit meson pkgconfig
@@ -34,6 +35,7 @@ FILES:${PN}-monitor += "${bindir}/phosphor-multi-gpio-monitor"
FILES:${PN}-monitor += "${bindir}/phosphor-gpio-util"
FILES:${PN}-monitor += "${nonarch_base_libdir}/udev/rules.d/99-gpio-keys.rules"
FILES:${PN}-presence += "${bindir}/phosphor-gpio-presence"
+FILES:${PN}-presence += "${bindir}/phosphor-multi-gpio-presence"
ALLOW_EMPTY:${PN} = "1"