summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/gpio
diff options
context:
space:
mode:
authorVijay Khemka <vijaykhemka@fb.com>2019-10-19 04:21:27 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-07 17:33:50 +0300
commit6890d30a05681a8d40ed89ba1fa8a2cc1ccf7904 (patch)
treebda754d8db9e37d2f39d47e1eeed2f1b3cb57457 /meta-phosphor/recipes-phosphor/gpio
parent82d959b383ed23bb1f35483af5cda2a930fa1b39 (diff)
downloadopenbmc-6890d30a05681a8d40ed89ba1fa8a2cc1ccf7904.tar.xz
meta-phosphor: phosphor-gpio-monitor :srcrev bump
added service file name srcrev bump 166ef2de36..d34bd96c26 Vijay Khemka (2): GPIO Monitor with multiple lines and libgpiod Add systemd units for new phosphor-multi-gpio-monitor (From meta-phosphor rev: e80c270b411588f024aa276a47660e50d2c362df) Change-Id: I4810ec6c776a910f1b2e7efd4dad20513710b6ef Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/gpio')
-rw-r--r--meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb8
1 files changed, 7 insertions, 1 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 e9ec76c973..ae413a6a57 100644
--- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
@@ -28,14 +28,20 @@ DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "libevdev"
DEPENDS += "phosphor-logging"
DEPENDS += "systemd"
+DEPENDS += "boost"
+DEPENDS += "libgpiod"
+DEPENDS += "cli11"
+DEPENDS += "nlohmann-json"
+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"
FILES_${PN}-monitor += "${bindir}/phosphor-gpio-monitor"
+FILES_${PN}-monitor += "${bindir}/phosphor-multi-gpio-monitor"
FILES_${PN}-monitor += "${bindir}/phosphor-gpio-util"
FILES_${PN}-presence += "${bindir}/phosphor-gpio-presence"
SRC_URI += "git://github.com/openbmc/phosphor-gpio-monitor"
-SRCREV = "166ef2de362ba1d297b7c62813beff21226c9ded"
+SRCREV = "d34bd96c262cd326583acba76a651426f24a35ae"
S = "${WORKDIR}/git"