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