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 | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 10 | ${PN}-extras \ |
| 11 | ${PN}-extrasdev \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 12 | ${PN}-inventory \ |
| 13 | ${PN}-leds \ |
| 14 | ${PN}-sensors \ |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 15 | ${PN}-software \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 16 | " |
| 17 | |
Brad Bishop | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 18 | SUMMARY_${PN}-extras = "Extra features" |
| 19 | RDEPENDS_${PN}-extras = " \ |
Brad Bishop | 667938f | 2017-01-12 21:44:51 -0500 | [diff] [blame] | 20 | phosphor-rest \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 21 | " |
| 22 | |
Brad Bishop | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 23 | SUMMARY_${PN}-extrasdev = "Development features" |
| 24 | RDEPENDS_${PN}-extrasdev = " \ |
Adriana Kobylak | eaa56c9 | 2016-06-16 14:46:06 -0500 | [diff] [blame] | 25 | rest-dbus \ |
| 26 | " |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 27 | |
| 28 | SUMMARY_${PN}-inventory = "Inventory applications" |
| 29 | RDEPENDS_${PN}-inventory = " \ |
| 30 | ${VIRTUAL-RUNTIME_obmc-inventory-manager} \ |
| 31 | " |
| 32 | |
| 33 | SUMMARY_${PN}-leds = "LED applications" |
| 34 | RDEPENDS_${PN}-leds = " \ |
Brad Bishop | c1d30c5 | 2017-02-27 11:59:49 -0500 | [diff] [blame] | 35 | ${VIRTUAL-RUNTIME_obmc-leds-manager} \ |
| 36 | ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 37 | " |
| 38 | |
| 39 | SUMMARY_${PN}-sensors = "Sensor applications" |
| 40 | RDEPENDS_${PN}-sensors = " \ |
| 41 | ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \ |
| 42 | " |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 43 | |
| 44 | SUMMARY_${PN}-software = "Software applications" |
| 45 | RDEPENDS_${PN}-software = " \ |
| 46 | ${VIRTUAL-RUNTIME_obmc-bmc-code-mgr} \ |
| 47 | " |