blob: f3212cdaf46144682a5d58a5391344fb50557eb6 [file] [log] [blame]
Brad Bishop3077a7f2017-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 Bishopdb32a7c2017-03-01 16:16:06 -050010 ${PN}-bmc-state-mgmt \
11 ${PN}-chassis-state-mgmt \
Brad Bishopa2429372016-09-06 22:44:21 -040012 ${PN}-extras \
13 ${PN}-extrasdev \
Brad Bishop4824d4c2017-05-01 11:54:34 -040014 ${PN}-fan-control \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050015 ${PN}-host-state-mgmt \
Brad Bishop4f12f722017-02-01 21:04:14 -050016 ${PN}-inventory \
17 ${PN}-leds \
18 ${PN}-sensors \
Gunnar Mills058788a2017-02-15 16:01:45 -060019 ${PN}-software \
Andrew Geisslerb1afecc2017-05-08 15:58:01 -050020 ${PN}-host-check-mgmt \
Brad Bishop93fb5352015-09-09 03:59:20 +000021 "
22
Brad Bishopdb32a7c2017-03-01 16:16:06 -050023SUMMARY_${PN}-bmc-state-mgmt = "BMC state management"
24RDEPENDS_${PN}-bmc-state-mgmt = " \
25 ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \
26 "
27
28SUMMARY_${PN}-chassis-state-mgmt = "Chassis state management"
29RDEPENDS_${PN}-chassis-state-mgmt = " \
30 ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \
31 "
32
Andrew Geisslerb1afecc2017-05-08 15:58:01 -050033SUMMARY_${PN}-host-check-mgmt = "Host state check on bmc reset"
34RDEPENDS_${PN}-host-check-mgmt = " \
35 ${VIRTUAL-RUNTIME_obmc-host-check} \
36 "
37
Brad Bishopa2429372016-09-06 22:44:21 -040038SUMMARY_${PN}-extras = "Extra features"
39RDEPENDS_${PN}-extras = " \
Brad Bishop3077a7f2017-01-12 21:44:51 -050040 phosphor-rest \
Brad Bishop70436da2015-09-16 14:49:27 -040041 "
42
Brad Bishopa2429372016-09-06 22:44:21 -040043SUMMARY_${PN}-extrasdev = "Development features"
44RDEPENDS_${PN}-extrasdev = " \
Adriana Kobylaka3e925f2016-06-16 14:46:06 -050045 rest-dbus \
46 "
Brad Bishop4f12f722017-02-01 21:04:14 -050047
Brad Bishop4824d4c2017-05-01 11:54:34 -040048# Use the fan control package group for applications
49# implementing fan control or system fan policy only.
50# Applications that create inventory or sensors should
51# be added those respective package groups instead.
52SUMMARY_${PN}-fan-control = "Fan control"
53RDEPENDS_${PN}-fan-control = " \
54 "
55
Brad Bishopdb32a7c2017-03-01 16:16:06 -050056SUMMARY_${PN}-host-state-mgmt = "Host state management"
57RDEPENDS_${PN}-host-state-mgmt = " \
58 ${VIRTUAL-RUNTIME_obmc-host-state-manager} \
Michael Tritzb3b58992017-03-31 12:04:32 -050059 ${VIRTUAL-RUNTIME_obmc-discover-system-state} \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050060 "
61
Brad Bishop4f12f722017-02-01 21:04:14 -050062SUMMARY_${PN}-inventory = "Inventory applications"
63RDEPENDS_${PN}-inventory = " \
64 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
Matthew Barthacd9fe42017-02-24 13:14:43 -060065 ${VIRTUAL-RUNTIME_obmc-fan-presence} \
Brad Bishopd4c38482017-04-11 22:12:56 -040066 phosphor-chassis-cooling-type \
Brad Bishop4f12f722017-02-01 21:04:14 -050067 "
68
69SUMMARY_${PN}-leds = "LED applications"
70RDEPENDS_${PN}-leds = " \
Brad Bishopaf7d0602017-02-27 11:59:49 -050071 ${VIRTUAL-RUNTIME_obmc-leds-manager} \
72 ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \
Brad Bishop4f12f722017-02-01 21:04:14 -050073 "
74
75SUMMARY_${PN}-sensors = "Sensor applications"
76RDEPENDS_${PN}-sensors = " \
77 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
78 "
Gunnar Mills058788a2017-02-15 16:01:45 -060079
80SUMMARY_${PN}-software = "Software applications"
81RDEPENDS_${PN}-software = " \
82 ${VIRTUAL-RUNTIME_obmc-bmc-code-mgr} \
Deepak Kodihallib74ceea2017-04-13 23:23:42 -050083 ${VIRTUAL-RUNTIME_obmc-bmc-download-mgr} \
Gunnar Mills058788a2017-02-15 16:01:45 -060084 "