blob: 556d79d33802d1873fe6dca3b1c66a332bcd5506 [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 Bishop6165ec32016-09-06 22:44:21 -040010 ${PN}-extras \
11 ${PN}-extrasdev \
Brad Bishop45f8b572017-02-01 21:04:14 -050012 ${PN}-inventory \
13 ${PN}-leds \
14 ${PN}-sensors \
Gunnar Millsc868f922017-02-15 16:01:45 -060015 ${PN}-software \
Brad Bishop93fb5352015-09-09 03:59:20 +000016 "
17
Brad Bishop6165ec32016-09-06 22:44:21 -040018SUMMARY_${PN}-extras = "Extra features"
19RDEPENDS_${PN}-extras = " \
Brad Bishop667938f2017-01-12 21:44:51 -050020 phosphor-rest \
Brad Bishop70436da2015-09-16 14:49:27 -040021 "
22
Brad Bishop6165ec32016-09-06 22:44:21 -040023SUMMARY_${PN}-extrasdev = "Development features"
24RDEPENDS_${PN}-extrasdev = " \
Adriana Kobylakeaa56c92016-06-16 14:46:06 -050025 rest-dbus \
26 "
Brad Bishop45f8b572017-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 = " \
Brad Bishopc1d30c52017-02-27 11:59:49 -050035 ${VIRTUAL-RUNTIME_obmc-leds-manager} \
36 ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \
Brad Bishop45f8b572017-02-01 21:04:14 -050037 "
38
39SUMMARY_${PN}-sensors = "Sensor applications"
40RDEPENDS_${PN}-sensors = " \
41 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
42 "
Gunnar Millsc868f922017-02-15 16:01:45 -060043
44SUMMARY_${PN}-software = "Software applications"
45RDEPENDS_${PN}-software = " \
46 ${VIRTUAL-RUNTIME_obmc-bmc-code-mgr} \
47 "