commit | c144969b7fc813610fa55a24629ead297ff24cfe | [log] [tgz] |
---|---|---|
author | George Hung <george.hung@quantatw.com> | Wed Sep 02 22:20:04 2020 +0800 |
committer | George Hung <george.hung@quantatw.com> | Thu Sep 03 05:01:57 2020 +0000 |
tree | 47155b2f7eeabae1a2a354e944ae9d4fbb39eb87 | |
parent | e2b4748bdc808ebeed465cb9d3991930b37e8507 [diff] [blame] |
meta-quanta: gbs: fix BMC can't record gpio present SEL logs It needs to set the correct sensor type in sensor DBus path and then records the gpio present SEL logs successfully cable sensors -> set sensor type 'cable' Non-cable sensors -> set sensor type 'entity presence' Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ic6203bae07cf8c789e3f77bd6a44a249ecfd9d54
diff --git a/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.service b/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.service index 9731ee3..982ae6f 100644 --- a/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.service +++ b/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.service
@@ -1,7 +1,7 @@ [Unit] Description=Detect GPIO Present Manager After=phosphor-gpio-presence@.service -Requires=phosphor-gpio-presence@.service +Wants=phosphor-gpio-presence@.service [Service] ExecStart=/usr/bin/detect-gpio-present.sh