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 |
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 | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 8 | ${PN}-bmc-state-mgmt \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 9 | ${PN}-bmcweb \ |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 10 | ${PN}-chassis-state-mgmt \ |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 11 | ${PN}-console \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 12 | ${PN}-dbus-monitor \ |
Brad Bishop | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 13 | ${PN}-extras \ |
Brad Bishop | 113fe56 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 14 | ${PN}-devtools \ |
Brad Bishop | 11909e0 | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 15 | ${PN}-fan-control \ |
Brad Bishop | 4525a9d | 2020-08-18 19:30:11 -0400 | [diff] [blame] | 16 | ${PN}-fru-ipmi \ |
Vijay Khemka | 67a3c57 | 2020-09-08 11:56:19 -0700 | [diff] [blame] | 17 | ${PN}-health-monitor \ |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 18 | ${PN}-host-state-mgmt \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 19 | ${PN}-ikvm \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 20 | ${PN}-inventory \ |
| 21 | ${PN}-leds \ |
Brad Bishop | 0948691 | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 22 | ${PN}-logging \ |
Adriana Kobylak | a4c5db0 | 2018-10-16 11:02:54 -0500 | [diff] [blame] | 23 | ${PN}-remote-logging \ |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 24 | ${PN}-rng \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 25 | ${PN}-sensors \ |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 26 | ${PN}-software \ |
Andrew Geissler | a94faf4 | 2017-05-08 15:58:01 -0500 | [diff] [blame] | 27 | ${PN}-host-check-mgmt \ |
Jayanth Othayoth | 9963d17 | 2017-05-08 09:25:05 -0500 | [diff] [blame] | 28 | ${PN}-debug-collector \ |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 29 | ${PN}-settings \ |
Ratan Gupta | b6de45c | 2017-07-06 21:09:14 +0530 | [diff] [blame] | 30 | ${PN}-network \ |
Vishwanatha Subbanna | 0f2b7b0 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 31 | ${PN}-user-mgmt \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 32 | ${PN}-user-mgmt-ldap \ |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 33 | " |
| 34 | |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 35 | SUMMARY_${PN}-bmc-state-mgmt = "BMC state management" |
| 36 | RDEPENDS_${PN}-bmc-state-mgmt = " \ |
| 37 | ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \ |
Andrew Geissler | e36b727 | 2019-08-14 10:01:10 -0500 | [diff] [blame] | 38 | phosphor-state-manager-systemd-target-monitor \ |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 39 | " |
| 40 | |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 41 | SUMMARY_${PN}-bmcweb = "bmcweb support" |
| 42 | RDEPENDS_${PN}-bmcweb = " \ |
| 43 | bmcweb \ |
| 44 | phosphor-bmcweb-cert-config \ |
| 45 | " |
| 46 | |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 47 | SUMMARY_${PN}-chassis-state-mgmt = "Chassis state management" |
| 48 | RDEPENDS_${PN}-chassis-state-mgmt = " \ |
| 49 | ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \ |
Anthony Wilson | 3492fb9 | 2019-03-30 08:11:32 -0700 | [diff] [blame] | 50 | obmc-phosphor-power \ |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 51 | " |
| 52 | |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 53 | SUMMARY_${PN}-console = "Serial over LAN support" |
| 54 | RDEPENDS_${PN}-console = " \ |
| 55 | obmc-console \ |
| 56 | " |
| 57 | |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 58 | # Deprecated - add new packages to an existing packagegroup or create a new one. |
Brad Bishop | 6165ec3 | 2016-09-06 22:44:21 -0400 | [diff] [blame] | 59 | SUMMARY_${PN}-extras = "Extra features" |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 60 | RDEPENDS_${PN}-extras = "" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 61 | |
Brad Bishop | 113fe56 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 62 | SUMMARY_${PN}-devtools = "Development tools" |
| 63 | RDEPENDS_${PN}-devtools = " \ |
| 64 | bash \ |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 65 | ffdc \ |
Brad Bishop | 113fe56 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 66 | i2c-tools \ |
James Feist | 76d4c46 | 2019-05-30 11:58:40 -0700 | [diff] [blame] | 67 | libgpiod-tools \ |
Brad Bishop | 113fe56 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 68 | lrzsz \ |
| 69 | rsync \ |
Adriana Kobylak | 0bce532 | 2017-11-09 10:39:02 -0600 | [diff] [blame] | 70 | " |
| 71 | |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 72 | SUMMARY_${PN}-dbus-monitor = "Support for dbus monitoring" |
| 73 | RDEPENDS_${PN}-dbus-monitor = " \ |
| 74 | phosphor-dbus-monitor \ |
| 75 | " |
| 76 | |
Brad Bishop | 11909e0 | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 77 | # Use the fan control package group for applications |
| 78 | # implementing fan control or system fan policy only. |
| 79 | # Applications that create inventory or sensors should |
| 80 | # be added those respective package groups instead. |
| 81 | SUMMARY_${PN}-fan-control = "Fan control" |
| 82 | RDEPENDS_${PN}-fan-control = " \ |
Matt Spinler | bd9fdd9 | 2017-04-19 08:23:50 -0500 | [diff] [blame] | 83 | ${VIRTUAL-RUNTIME_obmc-fan-control} \ |
Matt Spinler | 39652c8 | 2017-05-01 14:29:20 -0500 | [diff] [blame] | 84 | phosphor-fan-monitor \ |
Brad Bishop | 11909e0 | 2017-05-01 11:54:34 -0400 | [diff] [blame] | 85 | " |
| 86 | |
Brad Bishop | 4525a9d | 2020-08-18 19:30:11 -0400 | [diff] [blame] | 87 | SUMMARY_${PN}-fru-ipmi = "Support for EEPROMS with IPMI FRU" |
| 88 | RDEPENDS_${PN}-fru-ipmi = " \ |
| 89 | fru-device \ |
| 90 | " |
| 91 | |
Vijay Khemka | 67a3c57 | 2020-09-08 11:56:19 -0700 | [diff] [blame] | 92 | SUMMARY_${PN}-health-monitor = "Support for health monitoring" |
| 93 | RDEPENDS_${PN}-health-monitor = " \ |
| 94 | phosphor-health-monitor \ |
| 95 | " |
| 96 | |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 97 | SUMMARY_${PN}-host-state-mgmt = "Host state management" |
| 98 | RDEPENDS_${PN}-host-state-mgmt = " \ |
| 99 | ${VIRTUAL-RUNTIME_obmc-host-state-manager} \ |
Michael Tritz | 1f792e0 | 2017-03-31 12:04:32 -0500 | [diff] [blame] | 100 | ${VIRTUAL-RUNTIME_obmc-discover-system-state} \ |
Brad Bishop | 4663170 | 2017-03-01 16:16:06 -0500 | [diff] [blame] | 101 | " |
| 102 | |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 103 | SUMMARY_${PN}-ikvm = "KVM over IP support" |
| 104 | RDEPENDS_${PN}-ikvm = " \ |
| 105 | obmc-ikvm \ |
| 106 | " |
| 107 | |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 108 | SUMMARY_${PN}-inventory = "Inventory applications" |
| 109 | RDEPENDS_${PN}-inventory = " \ |
| 110 | ${VIRTUAL-RUNTIME_obmc-inventory-manager} \ |
Matthew Barth | 9146042 | 2017-02-24 13:14:43 -0600 | [diff] [blame] | 111 | ${VIRTUAL-RUNTIME_obmc-fan-presence} \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 112 | " |
| 113 | |
| 114 | SUMMARY_${PN}-leds = "LED applications" |
| 115 | RDEPENDS_${PN}-leds = " \ |
Brad Bishop | c1d30c5 | 2017-02-27 11:59:49 -0500 | [diff] [blame] | 116 | ${VIRTUAL-RUNTIME_obmc-leds-manager} \ |
| 117 | ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \ |
Dhruvaraj Subhashchandran | e1266ad | 2017-04-27 05:29:56 -0500 | [diff] [blame] | 118 | ${VIRTUAL-RUNTIME_obmc-led-monitor} \ |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 119 | " |
| 120 | |
Brad Bishop | 0948691 | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 121 | SUMMARY_${PN}-logging = "Logging applications" |
| 122 | RDEPENDS_${PN}-logging = " \ |
| 123 | phosphor-logging \ |
Adriana Kobylak | a4c5db0 | 2018-10-16 11:02:54 -0500 | [diff] [blame] | 124 | " |
| 125 | |
| 126 | SUMMARY_${PN}-remote-logging = "Remote logging applications" |
| 127 | RDEPENDS_${PN}-remote-logging = " \ |
Deepak Kodihalli | a549e75 | 2018-08-21 06:40:53 -0500 | [diff] [blame] | 128 | rsyslog \ |
Deepak Kodihalli | f99f3c8 | 2018-08-28 11:39:41 -0500 | [diff] [blame] | 129 | phosphor-rsyslog-config \ |
Brad Bishop | 0948691 | 2018-03-23 13:07:46 -0400 | [diff] [blame] | 130 | " |
| 131 | |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 132 | SUMMARY_${PN}-rng = "Random Number Generator support" |
| 133 | RDEPENDS_${PN}-rng = " \ |
| 134 | rng-tools \ |
| 135 | " |
| 136 | |
Brad Bishop | 45f8b57 | 2017-02-01 21:04:14 -0500 | [diff] [blame] | 137 | SUMMARY_${PN}-sensors = "Sensor applications" |
| 138 | RDEPENDS_${PN}-sensors = " \ |
| 139 | ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \ |
| 140 | " |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 141 | |
Lei YU | 005193d | 2019-05-06 14:35:27 +0800 | [diff] [blame] | 142 | ${PN}-software-extras = "" |
Brad Bishop | 811eeec | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 143 | |
Eddie James | 1a623ef | 2018-02-09 11:59:18 -0600 | [diff] [blame] | 144 | ${PN}-software-extras_df-obmc-ubi-fs = " \ |
Adriana Kobylak | 3aeee11 | 2018-06-04 13:06:52 -0500 | [diff] [blame] | 145 | phosphor-software-manager-updater-ubi \ |
Eddie James | 1a623ef | 2018-02-09 11:59:18 -0600 | [diff] [blame] | 146 | " |
Brad Bishop | 811eeec | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 147 | |
Adriana Kobylak | 7df4aa0 | 2020-06-04 14:03:03 -0500 | [diff] [blame] | 148 | ${PN}-software-extras_df-phosphor-mmc = " \ |
| 149 | phosphor-software-manager-updater-mmc \ |
| 150 | " |
| 151 | |
Gunnar Mills | c868f92 | 2017-02-15 16:01:45 -0600 | [diff] [blame] | 152 | SUMMARY_${PN}-software = "Software applications" |
| 153 | RDEPENDS_${PN}-software = " \ |
Deepak Kodihalli | 60d1de5 | 2017-04-13 23:23:42 -0500 | [diff] [blame] | 154 | ${VIRTUAL-RUNTIME_obmc-bmc-download-mgr} \ |
Gunnar Mills | 30131f7 | 2017-05-15 15:40:58 -0500 | [diff] [blame] | 155 | ${VIRTUAL-RUNTIME_obmc-bmc-updater} \ |
Andrew Geissler | 1f95752 | 2018-02-09 12:50:57 -0800 | [diff] [blame] | 156 | ${VIRTUAL-RUNTIME_obmc-bmc-version} \ |
Brad Bishop | 811eeec | 2018-03-09 00:04:00 -0500 | [diff] [blame] | 157 | ${${PN}-software-extras} \ |
Andrew Geissler | 1f95752 | 2018-02-09 12:50:57 -0800 | [diff] [blame] | 158 | " |
| 159 | |
Jayanth Othayoth | 9963d17 | 2017-05-08 09:25:05 -0500 | [diff] [blame] | 160 | SUMMARY_${PN}-debug-collector = "BMC debug collector" |
| 161 | RDEPENDS_${PN}-debug-collector = " \ |
Jayanth Othayoth | 9d21d6c | 2017-05-31 06:25:55 -0500 | [diff] [blame] | 162 | ${VIRTUAL-RUNTIME_obmc-dump-manager} \ |
| 163 | ${VIRTUAL-RUNTIME_obmc-dump-monitor} \ |
Jayanth Othayoth | d259249 | 2017-07-29 22:28:44 -0500 | [diff] [blame] | 164 | phosphor-debug-collector-dreport \ |
Marri Devender Rao | 3360392 | 2017-10-11 02:22:46 -0500 | [diff] [blame] | 165 | phosphor-debug-collector-scripts \ |
Vishwanatha Subbanna | 14609cb | 2017-05-12 23:31:55 +0530 | [diff] [blame] | 166 | " |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 167 | |
| 168 | SUMMARY_${PN}-settings = "Settings applications" |
| 169 | RDEPENDS_${PN}-settings = " \ |
Brad Bishop | a71cf48 | 2020-03-19 16:14:54 -0400 | [diff] [blame] | 170 | phosphor-settings-manager \ |
Deepak Kodihalli | 3e3c88c | 2017-05-17 06:42:51 -0500 | [diff] [blame] | 171 | " |
Ratan Gupta | b6de45c | 2017-07-06 21:09:14 +0530 | [diff] [blame] | 172 | |
| 173 | SUMMARY_${PN}-network = "BMC Network Manager" |
| 174 | RDEPENDS_${PN}-network = " \ |
| 175 | ${VIRTUAL-RUNTIME_obmc-network-manager} \ |
| 176 | " |
Vishwanatha Subbanna | 0f2b7b0 | 2017-10-18 15:47:54 +0530 | [diff] [blame] | 177 | |
| 178 | SUMMARY_${PN}-user-mgmt = "User management applications" |
| 179 | RDEPENDS_${PN}-user-mgmt = " \ |
| 180 | ${VIRTUAL-RUNTIME_obmc-user-mgmt} \ |
| 181 | " |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 182 | RRECOMMENDS_${PN}-user-mgmt = " \ |
| 183 | pam-plugin-access \ |
| 184 | " |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 185 | |
| 186 | SUMMARY_${PN}-user-mgmt-ldap = "LDAP users and groups support" |
| 187 | RDEPENDS_${PN}-user-mgmt-ldap = " \ |
| 188 | ${PN}-user-mgmt \ |
| 189 | nss-pam-ldapd \ |
| 190 | phosphor-ldap \ |
| 191 | phosphor-nslcd-cert-config \ |
| 192 | phosphor-nslcd-authority-cert-config \ |
| 193 | " |