Brad Bishop | 3077a7f | 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 |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 5 | |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 6 | PROVIDES = "${PACKAGES}" |
| 7 | PACKAGES = " \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 8 | ${PN}-bmc-state-mgmt \ |
| 9 | ${PN}-chassis-state-mgmt \ |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame^] | 10 | ${PN}-console \ |
Brad Bishop | a242937 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 11 | ${PN}-extras \ |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 12 | ${PN}-devtools \ |
Brad Bishop | 4824d4c | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 13 | ${PN}-fan-control \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 14 | ${PN}-host-state-mgmt \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 15 | ${PN}-inventory \ |
| 16 | ${PN}-leds \ |
Brad Bishop | eca8d7c | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 17 | ${PN}-logging \ |
Brad Bishop | 0f1b05d | 2018-10-16 11:02:54 -0500 | [diff] [blame] | 18 | ${PN}-remote-logging \ |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame^] | 19 | ${PN}-rng \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 20 | ${PN}-sensors \ |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 21 | ${PN}-software \ |
Andrew Geissler | b1afecc | 2017-05-08 15:58:01 -0500 | [diff] [blame] | 22 | ${PN}-host-check-mgmt \ |
Jayanth Othayoth | 9be81b1 | 2017-05-08 09:25:05 -0500 | [diff] [blame] | 23 | ${PN}-debug-collector \ |
Deepak Kodihalli | feb8867 | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 24 | ${PN}-settings \ |
Ratan Gupta | d3c6164 | 2017-07-06 21:09:14 +0530 | [diff] [blame] | 25 | ${PN}-network \ |
Vishwanatha Subbanna | 0ea6f63 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 26 | ${PN}-user-mgmt \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 27 | " |
| 28 | |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 29 | SUMMARY_${PN}-bmc-state-mgmt = "BMC state management" |
| 30 | RDEPENDS_${PN}-bmc-state-mgmt = " \ |
| 31 | ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \ |
Andrew Geissler | 2138fde | 2019-08-14 10:01:10 -0500 | [diff] [blame] | 32 | phosphor-state-manager-systemd-target-monitor \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 33 | " |
| 34 | |
| 35 | SUMMARY_${PN}-chassis-state-mgmt = "Chassis state management" |
| 36 | RDEPENDS_${PN}-chassis-state-mgmt = " \ |
| 37 | ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \ |
Anthony Wilson | cd800c8 | 2019-03-30 08:11:32 -0700 | [diff] [blame] | 38 | obmc-phosphor-power \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 39 | " |
| 40 | |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame^] | 41 | SUMMARY_${PN}-console = "Serial over LAN support" |
| 42 | RDEPENDS_${PN}-console = " \ |
| 43 | obmc-console \ |
| 44 | " |
| 45 | |
Brad Bishop | a242937 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 46 | SUMMARY_${PN}-extras = "Extra features" |
| 47 | RDEPENDS_${PN}-extras = " \ |
Ed Tanous | e6e93cd | 2018-09-18 08:46:34 -0700 | [diff] [blame] | 48 | bmcweb \ |
Ed Tanous | 1c51016 | 2019-06-12 14:35:33 -0700 | [diff] [blame] | 49 | phosphor-bmcweb-cert-config \ |
Marri Devender Rao | f085a4b | 2019-06-13 06:50:49 -0500 | [diff] [blame] | 50 | phosphor-nslcd-cert-config \ |
| 51 | phosphor-nslcd-authority-cert-config \ |
Eddie James | dc4735c | 2019-04-10 15:13:03 +0000 | [diff] [blame] | 52 | obmc-ikvm \ |
Brad Bishop | 0f547b1 | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 53 | phosphor-dbus-monitor \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 54 | " |
| 55 | |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 56 | SUMMARY_${PN}-devtools = "Development tools" |
| 57 | RDEPENDS_${PN}-devtools = " \ |
| 58 | bash \ |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame^] | 59 | ffdc \ |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 60 | i2c-tools \ |
James Feist | 3acedc5 | 2019-05-30 11:58:40 -0700 | [diff] [blame] | 61 | libgpiod-tools \ |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 62 | lrzsz \ |
| 63 | rsync \ |
Adriana Kobylak | 6adca3a | 2017-11-09 10:39:02 -0600 | [diff] [blame] | 64 | " |
| 65 | |
Brad Bishop | 4824d4c | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 66 | # Use the fan control package group for applications |
| 67 | # implementing fan control or system fan policy only. |
| 68 | # Applications that create inventory or sensors should |
| 69 | # be added those respective package groups instead. |
| 70 | SUMMARY_${PN}-fan-control = "Fan control" |
| 71 | RDEPENDS_${PN}-fan-control = " \ |
Matt Spinler | c133ec1 | 2017-04-19 08:23:50 -0500 | [diff] [blame] | 72 | ${VIRTUAL-RUNTIME_obmc-fan-control} \ |
Matt Spinler | dd7a080 | 2017-05-01 14:29:20 -0500 | [diff] [blame] | 73 | phosphor-fan-monitor \ |
Brad Bishop | 4824d4c | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 74 | " |
| 75 | |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 76 | SUMMARY_${PN}-host-state-mgmt = "Host state management" |
| 77 | RDEPENDS_${PN}-host-state-mgmt = " \ |
| 78 | ${VIRTUAL-RUNTIME_obmc-host-state-manager} \ |
Michael Tritz | b3b5899 | 2017-03-31 12:04:32 -0500 | [diff] [blame] | 79 | ${VIRTUAL-RUNTIME_obmc-discover-system-state} \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 80 | " |
| 81 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 82 | SUMMARY_${PN}-inventory = "Inventory applications" |
| 83 | RDEPENDS_${PN}-inventory = " \ |
| 84 | ${VIRTUAL-RUNTIME_obmc-inventory-manager} \ |
Matthew Barth | acd9fe4 | 2017-02-24 13:14:43 -0600 | [diff] [blame] | 85 | ${VIRTUAL-RUNTIME_obmc-fan-presence} \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 86 | " |
| 87 | |
| 88 | SUMMARY_${PN}-leds = "LED applications" |
| 89 | RDEPENDS_${PN}-leds = " \ |
Brad Bishop | af7d060 | 2017-02-27 11:59:49 -0500 | [diff] [blame] | 90 | ${VIRTUAL-RUNTIME_obmc-leds-manager} \ |
| 91 | ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \ |
Dhruvaraj Subhashchandran | 6a1b0fc | 2017-04-27 05:29:56 -0500 | [diff] [blame] | 92 | ${VIRTUAL-RUNTIME_obmc-led-monitor} \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 93 | " |
| 94 | |
Brad Bishop | eca8d7c | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 95 | SUMMARY_${PN}-logging = "Logging applications" |
| 96 | RDEPENDS_${PN}-logging = " \ |
| 97 | phosphor-logging \ |
Brad Bishop | 0f1b05d | 2018-10-16 11:02:54 -0500 | [diff] [blame] | 98 | " |
| 99 | |
| 100 | SUMMARY_${PN}-remote-logging = "Remote logging applications" |
| 101 | RDEPENDS_${PN}-remote-logging = " \ |
Deepak Kodihalli | f9e9cc6 | 2018-08-21 06:40:53 -0500 | [diff] [blame] | 102 | rsyslog \ |
Deepak Kodihalli | 04aa22f | 2018-08-28 11:39:41 -0500 | [diff] [blame] | 103 | phosphor-rsyslog-config \ |
Brad Bishop | eca8d7c | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 104 | " |
| 105 | |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame^] | 106 | SUMMARY_${PN}-rng = "Random Number Generator support" |
| 107 | RDEPENDS_${PN}-rng = " \ |
| 108 | rng-tools \ |
| 109 | " |
| 110 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 111 | SUMMARY_${PN}-sensors = "Sensor applications" |
| 112 | RDEPENDS_${PN}-sensors = " \ |
| 113 | ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \ |
| 114 | " |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 115 | |
Lei YU | 4de51f0 | 2019-05-06 14:35:27 +0800 | [diff] [blame] | 116 | ${PN}-software-extras = "" |
Brad Bishop | 8623bbe | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 117 | |
Eddie James | b2b7ff6 | 2018-02-09 11:59:18 -0600 | [diff] [blame] | 118 | ${PN}-software-extras_df-obmc-ubi-fs = " \ |
Adriana Kobylak | c763ceb | 2018-06-04 13:06:52 -0500 | [diff] [blame] | 119 | phosphor-software-manager-updater-ubi \ |
Eddie James | b2b7ff6 | 2018-02-09 11:59:18 -0600 | [diff] [blame] | 120 | " |
Brad Bishop | 8623bbe | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 121 | |
Adriana Kobylak | 88ec2af | 2020-06-04 14:03:03 -0500 | [diff] [blame] | 122 | ${PN}-software-extras_df-phosphor-mmc = " \ |
| 123 | phosphor-software-manager-updater-mmc \ |
| 124 | " |
| 125 | |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 126 | SUMMARY_${PN}-software = "Software applications" |
| 127 | RDEPENDS_${PN}-software = " \ |
Deepak Kodihalli | b74ceea | 2017-04-13 23:23:42 -0500 | [diff] [blame] | 128 | ${VIRTUAL-RUNTIME_obmc-bmc-download-mgr} \ |
Gunnar Mills | cfe0084 | 2017-05-15 15:40:58 -0500 | [diff] [blame] | 129 | ${VIRTUAL-RUNTIME_obmc-bmc-updater} \ |
Andrew Geissler | a30470f | 2018-02-09 12:50:57 -0800 | [diff] [blame] | 130 | ${VIRTUAL-RUNTIME_obmc-bmc-version} \ |
Brad Bishop | 8623bbe | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 131 | ${${PN}-software-extras} \ |
Andrew Geissler | a30470f | 2018-02-09 12:50:57 -0800 | [diff] [blame] | 132 | " |
| 133 | |
Jayanth Othayoth | 9be81b1 | 2017-05-08 09:25:05 -0500 | [diff] [blame] | 134 | SUMMARY_${PN}-debug-collector = "BMC debug collector" |
| 135 | RDEPENDS_${PN}-debug-collector = " \ |
Jayanth Othayoth | 2a5d91e | 2017-05-31 06:25:55 -0500 | [diff] [blame] | 136 | ${VIRTUAL-RUNTIME_obmc-dump-manager} \ |
| 137 | ${VIRTUAL-RUNTIME_obmc-dump-monitor} \ |
Jayanth Othayoth | f4e6607 | 2017-07-29 22:28:44 -0500 | [diff] [blame] | 138 | phosphor-debug-collector-dreport \ |
Marri Devender Rao | b6e5cb0 | 2017-10-11 02:22:46 -0500 | [diff] [blame] | 139 | phosphor-debug-collector-scripts \ |
Vishwanatha Subbanna | dfd5bf3 | 2017-05-12 23:31:55 +0530 | [diff] [blame] | 140 | " |
Deepak Kodihalli | feb8867 | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 141 | |
| 142 | SUMMARY_${PN}-settings = "Settings applications" |
| 143 | RDEPENDS_${PN}-settings = " \ |
Brad Bishop | 8ad1c1f | 2020-03-19 16:14:54 -0400 | [diff] [blame] | 144 | phosphor-settings-manager \ |
Deepak Kodihalli | feb8867 | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 145 | " |
Ratan Gupta | d3c6164 | 2017-07-06 21:09:14 +0530 | [diff] [blame] | 146 | |
| 147 | SUMMARY_${PN}-network = "BMC Network Manager" |
| 148 | RDEPENDS_${PN}-network = " \ |
| 149 | ${VIRTUAL-RUNTIME_obmc-network-manager} \ |
| 150 | " |
Vishwanatha Subbanna | 0ea6f63 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 151 | |
| 152 | SUMMARY_${PN}-user-mgmt = "User management applications" |
| 153 | RDEPENDS_${PN}-user-mgmt = " \ |
| 154 | ${VIRTUAL-RUNTIME_obmc-user-mgmt} \ |
Ratan Gupta | 07a08c9 | 2018-09-03 08:41:52 +0530 | [diff] [blame] | 155 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'nss-pam-ldapd', '', d)} \ |
Nagaraju Goruganti | df045f1 | 2018-09-03 21:56:42 -0500 | [diff] [blame] | 156 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'phosphor-ldap', '', d)} \ |
Vishwanatha Subbanna | 0ea6f63 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 157 | " |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame^] | 158 | RRECOMMENDS_${PN}-user-mgmt = " \ |
| 159 | pam-plugin-access \ |
| 160 | " |