blob: 91c6b03a9bf5d0dd96ad395a49072cf974ee803b [file] [log] [blame]
Brad Bishopa6bd1e92016-09-06 23:25:16 -04001RDEPENDS_${PN}-extrasdev += "obmc-pydevtools"
Brad Bishop4f12f722017-02-01 21:04:14 -05002
3# Add the deprecated /org/openbmc inventory namespace providing
4# obmc-mgr-inventory application to the inventory packagegroup
5# until all applications have been updated to use the new,
6# officially spec'ed xyz.openbmc_project.Inventory.Manager
7# provider (VIRTUAL-RUNTIME_obmc-inventory-manager).
8RDEPENDS_${PN}-inventory += "obmc-mgr-inventory"
9
Brad Bishop4f12f722017-02-01 21:04:14 -050010# Add the deprecated /org/openbmc sensor namespace providing
Brad Bishop0061b892017-07-08 13:49:45 -040011# the obmc-mgr-sensor application to the sensor
Brad Bishop4f12f722017-02-01 21:04:14 -050012# packagegroup until all applications have been updated to use
13# the new, officially spec'ed xyz.openbmc_project.SensorValue
14# providers (VIRTUAL-RUNTIME_obmc-sensor-hwmon).
Brad Bishop0061b892017-07-08 13:49:45 -040015RDEPENDS_${PN}-sensors += "obmc-mgr-sensor"
Marri Devender Raoad873582017-04-27 03:41:48 -050016
Vishwanatha Subbanna3de84052017-04-28 15:35:10 +053017# Add checkstop monitor as part of host state management package
18# This will kick start a gpio monitor that will catch the
19# host checkstop conditions and takes necessary actions
20RDEPENDS_${PN}-host-state-mgmt += "checkstop-monitor"
Vishwanatha Subbanna3f159a42017-06-08 20:51:49 +053021
22# Add openpower debug collector as a requirement for state-mgmt
23# since it is used during checkstop handling.
24RDEPENDS_${PN}-host-state-mgmt += "openpower-debug-collector"