Vishwanatha Subbanna | 3de8405 | 2017-04-28 15:35:10 +0530 | [diff] [blame] | 1 | # 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 Bishop | 509842a | 2018-03-09 01:02:10 -0500 | [diff] [blame] | 4 | RDEPENDS_${PN}-host-state-mgmt_append_df-openpower = " checkstop-monitor" |
Vishwanatha Subbanna | 3f159a4 | 2017-06-08 20:51:49 +0530 | [diff] [blame] | 5 | |
| 6 | # Add openpower debug collector as a requirement for state-mgmt |
| 7 | # since it is used during checkstop handling. |
Brad Bishop | 509842a | 2018-03-09 01:02:10 -0500 | [diff] [blame] | 8 | RDEPENDS_${PN}-host-state-mgmt_append_df-openpower = " openpower-debug-collector" |