blob: 787470413ec4ba221d7bc0510d140573cfcf4c27 [file] [log] [blame]
Brad Bishop4f12f722017-02-01 21:04:14 -05001# Add the deprecated /org/openbmc inventory namespace providing
2# obmc-mgr-inventory application to the inventory packagegroup
3# until all applications have been updated to use the new,
4# officially spec'ed xyz.openbmc_project.Inventory.Manager
5# provider (VIRTUAL-RUNTIME_obmc-inventory-manager).
Brad Bishop509842a2018-03-09 01:02:10 -05006RDEPENDS_${PN}-inventory_append_df-openpower = " obmc-mgr-inventory"
Brad Bishop4f12f722017-02-01 21:04:14 -05007
Vishwanatha Subbanna3de84052017-04-28 15:35:10 +05308# Add checkstop monitor as part of host state management package
9# This will kick start a gpio monitor that will catch the
10# host checkstop conditions and takes necessary actions
Brad Bishop509842a2018-03-09 01:02:10 -050011RDEPENDS_${PN}-host-state-mgmt_append_df-openpower = " checkstop-monitor"
Vishwanatha Subbanna3f159a42017-06-08 20:51:49 +053012
13# Add openpower debug collector as a requirement for state-mgmt
14# since it is used during checkstop handling.
Brad Bishop509842a2018-03-09 01:02:10 -050015RDEPENDS_${PN}-host-state-mgmt_append_df-openpower = " openpower-debug-collector"