Brad Bishop | 667938f | 2017-01-12 21:44:51 -0500 | [diff] [blame] | 1 | SUMMARY = "OpenBMC - Applications" |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 2 | PR = "r1" |
| 3 | |
| 4 | inherit packagegroup |
| 5 | inherit obmc-phosphor-utils |
| 6 | inherit obmc-phosphor-license |
| 7 | |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 8 | PROVIDES = "${PACKAGES}" |
| 9 | PACKAGES = " \ |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 10 | ${PN}-bmc-state-mgmt \ |
| 11 | ${PN}-chassis-state-mgmt \ |
Brad Bishop | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 12 | ${PN}-extras \ |
| 13 | ${PN}-extrasdev \ |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 14 | ${PN}-host-state-mgmt \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 15 | ${PN}-inventory \ |
| 16 | ${PN}-leds \ |
| 17 | ${PN}-sensors \ |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 18 | ${PN}-software \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 19 | " |
| 20 | |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 21 | SUMMARY_${PN}-bmc-state-mgmt = "BMC state management" |
| 22 | RDEPENDS_${PN}-bmc-state-mgmt = " \ |
| 23 | ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \ |
| 24 | " |
| 25 | |
| 26 | SUMMARY_${PN}-chassis-state-mgmt = "Chassis state management" |
| 27 | RDEPENDS_${PN}-chassis-state-mgmt = " \ |
| 28 | ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \ |
| 29 | " |
| 30 | |
Brad Bishop | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 31 | SUMMARY_${PN}-extras = "Extra features" |
| 32 | RDEPENDS_${PN}-extras = " \ |
Brad Bishop | 667938f | 2017-01-12 21:44:51 -0500 | [diff] [blame] | 33 | phosphor-rest \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 34 | " |
| 35 | |
Brad Bishop | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 36 | SUMMARY_${PN}-extrasdev = "Development features" |
| 37 | RDEPENDS_${PN}-extrasdev = " \ |
Adriana Kobylak | eaa56c9 | 2016-06-16 14:46:06 -0500 | [diff] [blame] | 38 | rest-dbus \ |
| 39 | " |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 40 | |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 41 | SUMMARY_${PN}-host-state-mgmt = "Host state management" |
| 42 | RDEPENDS_${PN}-host-state-mgmt = " \ |
| 43 | ${VIRTUAL-RUNTIME_obmc-host-state-manager} \ |
| 44 | " |
| 45 | |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 46 | SUMMARY_${PN}-inventory = "Inventory applications" |
| 47 | RDEPENDS_${PN}-inventory = " \ |
| 48 | ${VIRTUAL-RUNTIME_obmc-inventory-manager} \ |
Matthew Barth | 9146042 | 2017-02-24 13:14:43 -0600 | [diff] [blame] | 49 | ${VIRTUAL-RUNTIME_obmc-fan-presence} \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 50 | " |
| 51 | |
| 52 | SUMMARY_${PN}-leds = "LED applications" |
| 53 | RDEPENDS_${PN}-leds = " \ |
Brad Bishop | c1d30c5 | 2017-02-27 11:59:49 -0500 | [diff] [blame] | 54 | ${VIRTUAL-RUNTIME_obmc-leds-manager} \ |
| 55 | ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 56 | " |
| 57 | |
| 58 | SUMMARY_${PN}-sensors = "Sensor applications" |
| 59 | RDEPENDS_${PN}-sensors = " \ |
| 60 | ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \ |
| 61 | " |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 62 | |
| 63 | SUMMARY_${PN}-software = "Software applications" |
| 64 | RDEPENDS_${PN}-software = " \ |
| 65 | ${VIRTUAL-RUNTIME_obmc-bmc-code-mgr} \ |
| 66 | " |