Xo Wang | 008b81b | 2017-11-17 17:19:58 -0800 | [diff] [blame^] | 1 | RDEPENDS_${PN}-extrasdevtools_append = " ${@cf_enabled(d, 'obmc-openpower', 'obmc-pydevtools')}" |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 2 | |
| 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). |
Xo Wang | 008b81b | 2017-11-17 17:19:58 -0800 | [diff] [blame^] | 8 | RDEPENDS_${PN}-inventory_append = " ${@cf_enabled(d, 'obmc-openpower-legacy', 'obmc-mgr-inventory')}" |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 9 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 10 | # Add the deprecated /org/openbmc sensor namespace providing |
Brad Bishop | 0061b89 | 2017-07-08 13:49:45 -0400 | [diff] [blame] | 11 | # the obmc-mgr-sensor application to the sensor |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 12 | # 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). |
Xo Wang | 008b81b | 2017-11-17 17:19:58 -0800 | [diff] [blame^] | 15 | RDEPENDS_${PN}-sensors_append = " ${@cf_enabled(d, 'obmc-openpower-legacy', 'obmc-mgr-sensor')}" |
Marri Devender Rao | ad87358 | 2017-04-27 03:41:48 -0500 | [diff] [blame] | 16 | |
Vishwanatha Subbanna | 3de8405 | 2017-04-28 15:35:10 +0530 | [diff] [blame] | 17 | # 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 |
Xo Wang | 008b81b | 2017-11-17 17:19:58 -0800 | [diff] [blame^] | 20 | RDEPENDS_${PN}-host-state-mgmt_append = " ${@cf_enabled(d, 'obmc-openpower', 'checkstop-monitor')}" |
Vishwanatha Subbanna | 3f159a4 | 2017-06-08 20:51:49 +0530 | [diff] [blame] | 21 | |
| 22 | # Add openpower debug collector as a requirement for state-mgmt |
| 23 | # since it is used during checkstop handling. |
Xo Wang | 008b81b | 2017-11-17 17:19:58 -0800 | [diff] [blame^] | 24 | RDEPENDS_${PN}-host-state-mgmt_append = " ${@cf_enabled(d, 'obmc-openpower', 'openpower-debug-collector')}" |