blob: ab3727075ecc7069e5bf3d290434eeffcd790968 [file] [log] [blame]
Brad Bishopa6bd1e92016-09-06 23:25:16 -04001RDEPENDS_${PN}-extrasdev += "obmc-pydevtools"
Brad Bishop4f12f722017-02-01 21:04:14 -05002
Edward A. James01b20cf2017-02-14 17:10:10 -06003# Add the iicmaster debug tool to p9 systems. iicmaster is for fsi-based i2c
4# engines. This is a temporary addition until proper kernel i2c driver is in
5# place. Use p9-vcs-workaround to restrict iicmaster installtion to p9 systems
6# that use openfsi
7RDEPENDS_${PN}-extrasdev += "${@mf_enabled(d, 'p9-vcs-workaround', 'iicmaster')}"
8
Brad Bishop4f12f722017-02-01 21:04:14 -05009# Add the deprecated /org/openbmc inventory namespace providing
10# obmc-mgr-inventory application to the inventory packagegroup
11# until all applications have been updated to use the new,
12# officially spec'ed xyz.openbmc_project.Inventory.Manager
13# provider (VIRTUAL-RUNTIME_obmc-inventory-manager).
14RDEPENDS_${PN}-inventory += "obmc-mgr-inventory"
15
Brad Bishop4f12f722017-02-01 21:04:14 -050016# Add the deprecated /org/openbmc sensor namespace providing
17# obmc-hwmon and obmc-mgr-sensor applications to the sensor
18# packagegroup until all applications have been updated to use
19# the new, officially spec'ed xyz.openbmc_project.SensorValue
20# providers (VIRTUAL-RUNTIME_obmc-sensor-hwmon).
21RDEPENDS_${PN}-sensors += "obmc-hwmon obmc-mgr-sensor"
Marri Devender Raoad873582017-04-27 03:41:48 -050022
Vishwanatha Subbanna3de84052017-04-28 15:35:10 +053023# Add checkstop monitor as part of host state management package
24# This will kick start a gpio monitor that will catch the
25# host checkstop conditions and takes necessary actions
26RDEPENDS_${PN}-host-state-mgmt += "checkstop-monitor"
Vishwanatha Subbanna3f159a42017-06-08 20:51:49 +053027
28# Add openpower debug collector as a requirement for state-mgmt
29# since it is used during checkstop handling.
30RDEPENDS_${PN}-host-state-mgmt += "openpower-debug-collector"