blob: 815f40f3e38858f47c151d1c834f99ea3ea548cb [file] [log] [blame]
Brad Bishop667938f2017-01-12 21:44:51 -05001SUMMARY = "OpenBMC - Applications"
Brad Bishop93fb5352015-09-09 03:59:20 +00002PR = "r1"
3
4inherit packagegroup
5inherit obmc-phosphor-utils
6inherit obmc-phosphor-license
7
Brad Bishop93fb5352015-09-09 03:59:20 +00008PROVIDES = "${PACKAGES}"
9PACKAGES = " \
Brad Bishop46631702017-03-01 16:16:06 -050010 ${PN}-bmc-state-mgmt \
11 ${PN}-chassis-state-mgmt \
Brad Bishop6165ec32016-09-06 22:44:21 -040012 ${PN}-extras \
13 ${PN}-extrasdev \
Brad Bishop46631702017-03-01 16:16:06 -050014 ${PN}-host-state-mgmt \
Brad Bishop45f8b572017-02-01 21:04:14 -050015 ${PN}-inventory \
16 ${PN}-leds \
17 ${PN}-sensors \
Gunnar Millsc868f922017-02-15 16:01:45 -060018 ${PN}-software \
Brad Bishop93fb5352015-09-09 03:59:20 +000019 "
20
Brad Bishop46631702017-03-01 16:16:06 -050021SUMMARY_${PN}-bmc-state-mgmt = "BMC state management"
22RDEPENDS_${PN}-bmc-state-mgmt = " \
23 ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \
24 "
25
26SUMMARY_${PN}-chassis-state-mgmt = "Chassis state management"
27RDEPENDS_${PN}-chassis-state-mgmt = " \
28 ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \
29 "
30
Brad Bishop6165ec32016-09-06 22:44:21 -040031SUMMARY_${PN}-extras = "Extra features"
32RDEPENDS_${PN}-extras = " \
Brad Bishop667938f2017-01-12 21:44:51 -050033 phosphor-rest \
Brad Bishop70436da2015-09-16 14:49:27 -040034 "
35
Brad Bishop6165ec32016-09-06 22:44:21 -040036SUMMARY_${PN}-extrasdev = "Development features"
37RDEPENDS_${PN}-extrasdev = " \
Adriana Kobylakeaa56c92016-06-16 14:46:06 -050038 rest-dbus \
39 "
Brad Bishop45f8b572017-02-01 21:04:14 -050040
Brad Bishop46631702017-03-01 16:16:06 -050041SUMMARY_${PN}-host-state-mgmt = "Host state management"
42RDEPENDS_${PN}-host-state-mgmt = " \
43 ${VIRTUAL-RUNTIME_obmc-host-state-manager} \
Michael Tritz1f792e02017-03-31 12:04:32 -050044 ${VIRTUAL-RUNTIME_obmc-discover-system-state} \
Brad Bishop46631702017-03-01 16:16:06 -050045 "
46
Brad Bishop45f8b572017-02-01 21:04:14 -050047SUMMARY_${PN}-inventory = "Inventory applications"
48RDEPENDS_${PN}-inventory = " \
49 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
Matthew Barth91460422017-02-24 13:14:43 -060050 ${VIRTUAL-RUNTIME_obmc-fan-presence} \
Brad Bishop98cea152017-04-11 22:12:56 -040051 phosphor-chassis-cooling-type \
Brad Bishop45f8b572017-02-01 21:04:14 -050052 "
53
54SUMMARY_${PN}-leds = "LED applications"
55RDEPENDS_${PN}-leds = " \
Brad Bishopc1d30c52017-02-27 11:59:49 -050056 ${VIRTUAL-RUNTIME_obmc-leds-manager} \
57 ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \
Brad Bishop45f8b572017-02-01 21:04:14 -050058 "
59
60SUMMARY_${PN}-sensors = "Sensor applications"
61RDEPENDS_${PN}-sensors = " \
62 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
63 "
Gunnar Millsc868f922017-02-15 16:01:45 -060064
65SUMMARY_${PN}-software = "Software applications"
66RDEPENDS_${PN}-software = " \
67 ${VIRTUAL-RUNTIME_obmc-bmc-code-mgr} \
68 "