blob: f9ed14bbbf427afb3f26f7492cca70bd6f39a48d [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
23RDEPENDS_${PN}-debug-collector += "openpower-debug-collector"