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 \ |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 9 | ${PN}-bmcweb \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 10 | ${PN}-chassis-state-mgmt \ |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 11 | ${PN}-console \ |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 12 | ${PN}-dbus-monitor \ |
Brad Bishop | a242937 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 13 | ${PN}-extras \ |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 14 | ${PN}-devtools \ |
Brad Bishop | 4824d4c | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 15 | ${PN}-fan-control \ |
Brad Bishop | c1371fd | 2020-08-18 19:30:11 -0400 | [diff] [blame] | 16 | ${PN}-fru-ipmi \ |
Vijay Khemka | d549dee | 2020-09-08 11:56:19 -0700 | [diff] [blame] | 17 | ${PN}-health-monitor \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 18 | ${PN}-host-state-mgmt \ |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 19 | ${PN}-ikvm \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 20 | ${PN}-inventory \ |
| 21 | ${PN}-leds \ |
Brad Bishop | eca8d7c | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 22 | ${PN}-logging \ |
Brad Bishop | 0f1b05d | 2018-10-16 11:02:54 -0500 | [diff] [blame] | 23 | ${PN}-remote-logging \ |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 24 | ${PN}-rng \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 25 | ${PN}-sensors \ |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 26 | ${PN}-software \ |
Andrew Geissler | b1afecc | 2017-05-08 15:58:01 -0500 | [diff] [blame] | 27 | ${PN}-host-check-mgmt \ |
Jayanth Othayoth | 9be81b1 | 2017-05-08 09:25:05 -0500 | [diff] [blame] | 28 | ${PN}-debug-collector \ |
Deepak Kodihalli | feb8867 | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 29 | ${PN}-settings \ |
Ratan Gupta | d3c6164 | 2017-07-06 21:09:14 +0530 | [diff] [blame] | 30 | ${PN}-network \ |
Wludzik, Jozef | e9defc0 | 2021-01-28 09:36:34 +0100 | [diff] [blame^] | 31 | ${PN}-telemetry \ |
Vishwanatha Subbanna | 0ea6f63 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 32 | ${PN}-user-mgmt \ |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 33 | ${PN}-user-mgmt-ldap \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 34 | " |
| 35 | |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 36 | SUMMARY_${PN}-bmc-state-mgmt = "BMC state management" |
| 37 | RDEPENDS_${PN}-bmc-state-mgmt = " \ |
| 38 | ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \ |
Andrew Geissler | 2138fde | 2019-08-14 10:01:10 -0500 | [diff] [blame] | 39 | phosphor-state-manager-systemd-target-monitor \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 40 | " |
| 41 | |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 42 | SUMMARY_${PN}-bmcweb = "bmcweb support" |
| 43 | RDEPENDS_${PN}-bmcweb = " \ |
| 44 | bmcweb \ |
| 45 | phosphor-bmcweb-cert-config \ |
| 46 | " |
| 47 | |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 48 | SUMMARY_${PN}-chassis-state-mgmt = "Chassis state management" |
| 49 | RDEPENDS_${PN}-chassis-state-mgmt = " \ |
| 50 | ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \ |
Anthony Wilson | cd800c8 | 2019-03-30 08:11:32 -0700 | [diff] [blame] | 51 | obmc-phosphor-power \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 52 | " |
| 53 | |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 54 | SUMMARY_${PN}-console = "Serial over LAN support" |
| 55 | RDEPENDS_${PN}-console = " \ |
| 56 | obmc-console \ |
| 57 | " |
| 58 | |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 59 | # Deprecated - add new packages to an existing packagegroup or create a new one. |
Brad Bishop | a242937 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 60 | SUMMARY_${PN}-extras = "Extra features" |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 61 | RDEPENDS_${PN}-extras = "" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 62 | |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 63 | SUMMARY_${PN}-devtools = "Development tools" |
| 64 | RDEPENDS_${PN}-devtools = " \ |
| 65 | bash \ |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 66 | ffdc \ |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 67 | i2c-tools \ |
James Feist | 3acedc5 | 2019-05-30 11:58:40 -0700 | [diff] [blame] | 68 | libgpiod-tools \ |
Brad Bishop | e3fe578 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 69 | lrzsz \ |
| 70 | rsync \ |
Adriana Kobylak | 6adca3a | 2017-11-09 10:39:02 -0600 | [diff] [blame] | 71 | " |
| 72 | |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 73 | SUMMARY_${PN}-dbus-monitor = "Support for dbus monitoring" |
| 74 | RDEPENDS_${PN}-dbus-monitor = " \ |
| 75 | phosphor-dbus-monitor \ |
| 76 | " |
| 77 | |
Brad Bishop | 4824d4c | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 78 | # Use the fan control package group for applications |
| 79 | # implementing fan control or system fan policy only. |
| 80 | # Applications that create inventory or sensors should |
| 81 | # be added those respective package groups instead. |
| 82 | SUMMARY_${PN}-fan-control = "Fan control" |
| 83 | RDEPENDS_${PN}-fan-control = " \ |
Matt Spinler | c133ec1 | 2017-04-19 08:23:50 -0500 | [diff] [blame] | 84 | ${VIRTUAL-RUNTIME_obmc-fan-control} \ |
Matt Spinler | dd7a080 | 2017-05-01 14:29:20 -0500 | [diff] [blame] | 85 | phosphor-fan-monitor \ |
Brad Bishop | 4824d4c | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 86 | " |
| 87 | |
Brad Bishop | c1371fd | 2020-08-18 19:30:11 -0400 | [diff] [blame] | 88 | SUMMARY_${PN}-fru-ipmi = "Support for EEPROMS with IPMI FRU" |
| 89 | RDEPENDS_${PN}-fru-ipmi = " \ |
| 90 | fru-device \ |
| 91 | " |
| 92 | |
Vijay Khemka | d549dee | 2020-09-08 11:56:19 -0700 | [diff] [blame] | 93 | SUMMARY_${PN}-health-monitor = "Support for health monitoring" |
| 94 | RDEPENDS_${PN}-health-monitor = " \ |
| 95 | phosphor-health-monitor \ |
| 96 | " |
| 97 | |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 98 | SUMMARY_${PN}-host-state-mgmt = "Host state management" |
| 99 | RDEPENDS_${PN}-host-state-mgmt = " \ |
| 100 | ${VIRTUAL-RUNTIME_obmc-host-state-manager} \ |
Michael Tritz | b3b5899 | 2017-03-31 12:04:32 -0500 | [diff] [blame] | 101 | ${VIRTUAL-RUNTIME_obmc-discover-system-state} \ |
Brad Bishop | db32a7c | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 102 | " |
| 103 | |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 104 | SUMMARY_${PN}-ikvm = "KVM over IP support" |
| 105 | RDEPENDS_${PN}-ikvm = " \ |
| 106 | obmc-ikvm \ |
| 107 | " |
| 108 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 109 | SUMMARY_${PN}-inventory = "Inventory applications" |
| 110 | RDEPENDS_${PN}-inventory = " \ |
| 111 | ${VIRTUAL-RUNTIME_obmc-inventory-manager} \ |
Matthew Barth | acd9fe4 | 2017-02-24 13:14:43 -0600 | [diff] [blame] | 112 | ${VIRTUAL-RUNTIME_obmc-fan-presence} \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 113 | " |
| 114 | |
| 115 | SUMMARY_${PN}-leds = "LED applications" |
| 116 | RDEPENDS_${PN}-leds = " \ |
Brad Bishop | af7d060 | 2017-02-27 11:59:49 -0500 | [diff] [blame] | 117 | ${VIRTUAL-RUNTIME_obmc-leds-manager} \ |
| 118 | ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \ |
Dhruvaraj Subhashchandran | 6a1b0fc | 2017-04-27 05:29:56 -0500 | [diff] [blame] | 119 | ${VIRTUAL-RUNTIME_obmc-led-monitor} \ |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 120 | " |
| 121 | |
Brad Bishop | eca8d7c | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 122 | SUMMARY_${PN}-logging = "Logging applications" |
| 123 | RDEPENDS_${PN}-logging = " \ |
| 124 | phosphor-logging \ |
Brad Bishop | 0f1b05d | 2018-10-16 11:02:54 -0500 | [diff] [blame] | 125 | " |
| 126 | |
| 127 | SUMMARY_${PN}-remote-logging = "Remote logging applications" |
| 128 | RDEPENDS_${PN}-remote-logging = " \ |
Deepak Kodihalli | f9e9cc6 | 2018-08-21 06:40:53 -0500 | [diff] [blame] | 129 | rsyslog \ |
Deepak Kodihalli | 04aa22f | 2018-08-28 11:39:41 -0500 | [diff] [blame] | 130 | phosphor-rsyslog-config \ |
Brad Bishop | eca8d7c | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 131 | " |
| 132 | |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 133 | SUMMARY_${PN}-rng = "Random Number Generator support" |
| 134 | RDEPENDS_${PN}-rng = " \ |
| 135 | rng-tools \ |
| 136 | " |
| 137 | |
Brad Bishop | 4f12f72 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 138 | SUMMARY_${PN}-sensors = "Sensor applications" |
| 139 | RDEPENDS_${PN}-sensors = " \ |
| 140 | ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \ |
| 141 | " |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 142 | |
Lei YU | 4de51f0 | 2019-05-06 14:35:27 +0800 | [diff] [blame] | 143 | ${PN}-software-extras = "" |
Brad Bishop | 8623bbe | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 144 | |
Eddie James | b2b7ff6 | 2018-02-09 11:59:18 -0600 | [diff] [blame] | 145 | ${PN}-software-extras_df-obmc-ubi-fs = " \ |
Adriana Kobylak | c763ceb | 2018-06-04 13:06:52 -0500 | [diff] [blame] | 146 | phosphor-software-manager-updater-ubi \ |
Eddie James | b2b7ff6 | 2018-02-09 11:59:18 -0600 | [diff] [blame] | 147 | " |
Brad Bishop | 8623bbe | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 148 | |
Adriana Kobylak | 88ec2af | 2020-06-04 14:03:03 -0500 | [diff] [blame] | 149 | ${PN}-software-extras_df-phosphor-mmc = " \ |
| 150 | phosphor-software-manager-updater-mmc \ |
| 151 | " |
| 152 | |
Gunnar Mills | 058788a | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 153 | SUMMARY_${PN}-software = "Software applications" |
| 154 | RDEPENDS_${PN}-software = " \ |
Deepak Kodihalli | b74ceea | 2017-04-13 23:23:42 -0500 | [diff] [blame] | 155 | ${VIRTUAL-RUNTIME_obmc-bmc-download-mgr} \ |
Gunnar Mills | cfe0084 | 2017-05-15 15:40:58 -0500 | [diff] [blame] | 156 | ${VIRTUAL-RUNTIME_obmc-bmc-updater} \ |
Andrew Geissler | a30470f | 2018-02-09 12:50:57 -0800 | [diff] [blame] | 157 | ${VIRTUAL-RUNTIME_obmc-bmc-version} \ |
Brad Bishop | 8623bbe | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 158 | ${${PN}-software-extras} \ |
Andrew Geissler | a30470f | 2018-02-09 12:50:57 -0800 | [diff] [blame] | 159 | " |
| 160 | |
Jayanth Othayoth | 9be81b1 | 2017-05-08 09:25:05 -0500 | [diff] [blame] | 161 | SUMMARY_${PN}-debug-collector = "BMC debug collector" |
| 162 | RDEPENDS_${PN}-debug-collector = " \ |
Jayanth Othayoth | 2a5d91e | 2017-05-31 06:25:55 -0500 | [diff] [blame] | 163 | ${VIRTUAL-RUNTIME_obmc-dump-manager} \ |
| 164 | ${VIRTUAL-RUNTIME_obmc-dump-monitor} \ |
Jayanth Othayoth | f4e6607 | 2017-07-29 22:28:44 -0500 | [diff] [blame] | 165 | phosphor-debug-collector-dreport \ |
Marri Devender Rao | b6e5cb0 | 2017-10-11 02:22:46 -0500 | [diff] [blame] | 166 | phosphor-debug-collector-scripts \ |
Vishwanatha Subbanna | dfd5bf3 | 2017-05-12 23:31:55 +0530 | [diff] [blame] | 167 | " |
Deepak Kodihalli | feb8867 | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 168 | |
| 169 | SUMMARY_${PN}-settings = "Settings applications" |
| 170 | RDEPENDS_${PN}-settings = " \ |
Brad Bishop | 8ad1c1f | 2020-03-19 16:14:54 -0400 | [diff] [blame] | 171 | phosphor-settings-manager \ |
Deepak Kodihalli | feb8867 | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 172 | " |
Ratan Gupta | d3c6164 | 2017-07-06 21:09:14 +0530 | [diff] [blame] | 173 | |
| 174 | SUMMARY_${PN}-network = "BMC Network Manager" |
| 175 | RDEPENDS_${PN}-network = " \ |
| 176 | ${VIRTUAL-RUNTIME_obmc-network-manager} \ |
| 177 | " |
Vishwanatha Subbanna | 0ea6f63 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 178 | |
Wludzik, Jozef | e9defc0 | 2021-01-28 09:36:34 +0100 | [diff] [blame^] | 179 | SUMMARY_${PN}-telemetry = "Telemetry solution" |
| 180 | RDEPENDS_${PN}-telemetry = " \ |
| 181 | telemetry \ |
| 182 | " |
| 183 | |
Vishwanatha Subbanna | 0ea6f63 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 184 | SUMMARY_${PN}-user-mgmt = "User management applications" |
| 185 | RDEPENDS_${PN}-user-mgmt = " \ |
| 186 | ${VIRTUAL-RUNTIME_obmc-user-mgmt} \ |
| 187 | " |
Brad Bishop | 8c09b14 | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 188 | RRECOMMENDS_${PN}-user-mgmt = " \ |
| 189 | pam-plugin-access \ |
| 190 | " |
Brad Bishop | b52116a | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 191 | |
| 192 | SUMMARY_${PN}-user-mgmt-ldap = "LDAP users and groups support" |
| 193 | RDEPENDS_${PN}-user-mgmt-ldap = " \ |
| 194 | ${PN}-user-mgmt \ |
| 195 | nss-pam-ldapd \ |
| 196 | phosphor-ldap \ |
| 197 | phosphor-nslcd-cert-config \ |
| 198 | phosphor-nslcd-authority-cert-config \ |
| 199 | " |