Brad Bishop | a6bd1e9 | 2016-09-06 23:25:16 -0400 | [diff] [blame] | 1 | RDEPENDS_${PN}-extrasdev += "obmc-pydevtools" |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 2 | |
Edward A. James | 01b20cf | 2017-02-14 17:10:10 -0600 | [diff] [blame] | 3 | # 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 |
| 7 | RDEPENDS_${PN}-extrasdev += "${@mf_enabled(d, 'p9-vcs-workaround', 'iicmaster')}" |
| 8 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 9 | # 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). |
| 14 | RDEPENDS_${PN}-inventory += "obmc-mgr-inventory" |
| 15 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 16 | # 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). |
| 21 | RDEPENDS_${PN}-sensors += "obmc-hwmon obmc-mgr-sensor" |
Marri Devender Rao | ad87358 | 2017-04-27 03:41:48 -0500 | [diff] [blame] | 22 | |
| 23 | RDEPENDS_${PN}-debug-collector += "openpower-debug-collector" |
Vishwanatha Subbanna | 3de8405 | 2017-04-28 15:35:10 +0530 | [diff] [blame^] | 24 | |
| 25 | # Add checkstop monitor as part of host state management package |
| 26 | # This will kick start a gpio monitor that will catch the |
| 27 | # host checkstop conditions and takes necessary actions |
| 28 | RDEPENDS_${PN}-host-state-mgmt += "checkstop-monitor" |