blob: 517a679d464c762502f7d35c7ec697ba8053fe6a [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 Bishopdb32a7c2017-03-01 16:16:06 -050014 ${PN}-host-state-mgmt \
Brad Bishop4f12f722017-02-01 21:04:14 -050015 ${PN}-inventory \
16 ${PN}-leds \
17 ${PN}-sensors \
Gunnar Mills058788a2017-02-15 16:01:45 -060018 ${PN}-software \
Brad Bishop93fb5352015-09-09 03:59:20 +000019 "
20
Brad Bishopdb32a7c2017-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 Bishopa2429372016-09-06 22:44:21 -040031SUMMARY_${PN}-extras = "Extra features"
32RDEPENDS_${PN}-extras = " \
Brad Bishop3077a7f2017-01-12 21:44:51 -050033 phosphor-rest \
Brad Bishop70436da2015-09-16 14:49:27 -040034 "
35
Brad Bishopa2429372016-09-06 22:44:21 -040036SUMMARY_${PN}-extrasdev = "Development features"
37RDEPENDS_${PN}-extrasdev = " \
Adriana Kobylaka3e925f2016-06-16 14:46:06 -050038 rest-dbus \
39 "
Brad Bishop4f12f722017-02-01 21:04:14 -050040
Brad Bishopdb32a7c2017-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} \
44 "
45
Brad Bishop4f12f722017-02-01 21:04:14 -050046SUMMARY_${PN}-inventory = "Inventory applications"
47RDEPENDS_${PN}-inventory = " \
48 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
49 "
50
51SUMMARY_${PN}-leds = "LED applications"
52RDEPENDS_${PN}-leds = " \
Brad Bishopaf7d0602017-02-27 11:59:49 -050053 ${VIRTUAL-RUNTIME_obmc-leds-manager} \
54 ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \
Brad Bishop4f12f722017-02-01 21:04:14 -050055 "
56
57SUMMARY_${PN}-sensors = "Sensor applications"
58RDEPENDS_${PN}-sensors = " \
59 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
60 "
Gunnar Mills058788a2017-02-15 16:01:45 -060061
62SUMMARY_${PN}-software = "Software applications"
63RDEPENDS_${PN}-software = " \
64 ${VIRTUAL-RUNTIME_obmc-bmc-code-mgr} \
65 "