blob: ae1dc8d43d526a9ab8e6664b0cebe67f796bb653 [file] [log] [blame]
Vishwanatha Subbanna3de84052017-04-28 15:35:10 +05301# Add checkstop monitor as part of host state management package
2# This will kick start a gpio monitor that will catch the
3# host checkstop conditions and takes necessary actions
Brad Bishop509842a2018-03-09 01:02:10 -05004RDEPENDS_${PN}-host-state-mgmt_append_df-openpower = " checkstop-monitor"
Vishwanatha Subbanna3f159a42017-06-08 20:51:49 +05305
6# Add openpower debug collector as a requirement for state-mgmt
7# since it is used during checkstop handling.
Brad Bishop509842a2018-03-09 01:02:10 -05008RDEPENDS_${PN}-host-state-mgmt_append_df-openpower = " openpower-debug-collector"