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