blob: 60345d4513ef1cdcbe28020ec5cf134274564a52 [file] [log] [blame]
Brad Bishopfcee2ad2016-09-06 23:25:16 -04001RDEPENDS_${PN}-extrasdev += "obmc-pydevtools"
Brad Bishopd4765f42017-02-01 21:04:14 -05002
Edward A. Jamesdc428cf2017-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 Bishopd4765f42017-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 Bishopd4765f42017-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"