blob: 87bba33579c87d05f0553e54d7beb7be587381aa [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 Bishopa2429372016-09-06 22:44:21 -040010 ${PN}-extras \
11 ${PN}-extrasdev \
Brad Bishop4f12f722017-02-01 21:04:14 -050012 ${PN}-inventory \
13 ${PN}-leds \
14 ${PN}-sensors \
Gunnar Mills058788a2017-02-15 16:01:45 -060015 ${PN}-software \
Brad Bishop93fb5352015-09-09 03:59:20 +000016 "
17
Brad Bishopa2429372016-09-06 22:44:21 -040018SUMMARY_${PN}-extras = "Extra features"
19RDEPENDS_${PN}-extras = " \
Brad Bishop3077a7f2017-01-12 21:44:51 -050020 phosphor-rest \
Brad Bishop70436da2015-09-16 14:49:27 -040021 "
22
Brad Bishopa2429372016-09-06 22:44:21 -040023SUMMARY_${PN}-extrasdev = "Development features"
24RDEPENDS_${PN}-extrasdev = " \
Adriana Kobylaka3e925f2016-06-16 14:46:06 -050025 rest-dbus \
26 "
Brad Bishop4f12f722017-02-01 21:04:14 -050027
28SUMMARY_${PN}-inventory = "Inventory applications"
29RDEPENDS_${PN}-inventory = " \
30 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
31 "
32
33SUMMARY_${PN}-leds = "LED applications"
34RDEPENDS_${PN}-leds = " \
35 "
36
37SUMMARY_${PN}-sensors = "Sensor applications"
38RDEPENDS_${PN}-sensors = " \
39 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
40 "
Gunnar Mills058788a2017-02-15 16:01:45 -060041
42SUMMARY_${PN}-software = "Software applications"
43RDEPENDS_${PN}-software = " \
44 ${VIRTUAL-RUNTIME_obmc-bmc-code-mgr} \
45 "