blob: 4c1c98b687092d98f9d8b493f78118195acc164d [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 \
Brad Bishop93fb5352015-09-09 03:59:20 +000015 "
16
Brad Bishopa2429372016-09-06 22:44:21 -040017SUMMARY_${PN}-extras = "Extra features"
18RDEPENDS_${PN}-extras = " \
Brad Bishop3077a7f2017-01-12 21:44:51 -050019 phosphor-rest \
Brad Bishop70436da2015-09-16 14:49:27 -040020 "
21
Brad Bishopa2429372016-09-06 22:44:21 -040022SUMMARY_${PN}-extrasdev = "Development features"
23RDEPENDS_${PN}-extrasdev = " \
Adriana Kobylaka3e925f2016-06-16 14:46:06 -050024 rest-dbus \
25 "
Brad Bishop4f12f722017-02-01 21:04:14 -050026
27SUMMARY_${PN}-inventory = "Inventory applications"
28RDEPENDS_${PN}-inventory = " \
29 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
30 "
31
32SUMMARY_${PN}-leds = "LED applications"
33RDEPENDS_${PN}-leds = " \
34 "
35
36SUMMARY_${PN}-sensors = "Sensor applications"
37RDEPENDS_${PN}-sensors = " \
38 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
39 "