blob: 5ba261bd0e70e92b39f76fbd14c83d78330e4aa6 [file] [log] [blame]
Brad Bishop3077a7f2017-01-12 21:44:51 -05001SUMMARY = "OpenBMC - Applications"
Brad Bishop93fb5352015-09-09 03:59:20 +00002PR = "r1"
3
4inherit packagegroup
Brad Bishop93fb5352015-09-09 03:59:20 +00005
Brad Bishop93fb5352015-09-09 03:59:20 +00006PROVIDES = "${PACKAGES}"
7PACKAGES = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -05008 ${PN}-bmc-state-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -04009 ${PN}-bmcweb \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050010 ${PN}-chassis-state-mgmt \
Brad Bishop8c09b142020-08-11 08:20:31 -040011 ${PN}-console \
Brad Bishopb52116a2020-08-10 20:45:15 -040012 ${PN}-dbus-monitor \
Brad Bishopa2429372016-09-06 22:44:21 -040013 ${PN}-extras \
Brad Bishope3fe5782020-08-10 20:20:47 -040014 ${PN}-devtools \
Brad Bishop4824d4c2017-05-01 11:54:34 -040015 ${PN}-fan-control \
Brad Bishopc1371fd2020-08-18 19:30:11 -040016 ${PN}-fru-ipmi \
Vijay Khemkad549dee2020-09-08 11:56:19 -070017 ${PN}-health-monitor \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050018 ${PN}-host-state-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -040019 ${PN}-ikvm \
Brad Bishop4f12f722017-02-01 21:04:14 -050020 ${PN}-inventory \
21 ${PN}-leds \
Brad Bishopeca8d7c2018-03-23 13:07:46 -040022 ${PN}-logging \
Brad Bishop0f1b05d2018-10-16 11:02:54 -050023 ${PN}-remote-logging \
Brad Bishop8c09b142020-08-11 08:20:31 -040024 ${PN}-rng \
Brad Bishop4f12f722017-02-01 21:04:14 -050025 ${PN}-sensors \
Gunnar Mills058788a2017-02-15 16:01:45 -060026 ${PN}-software \
Andrew Geisslerb1afecc2017-05-08 15:58:01 -050027 ${PN}-host-check-mgmt \
Jayanth Othayoth9be81b12017-05-08 09:25:05 -050028 ${PN}-debug-collector \
Deepak Kodihallifeb88672017-05-17 06:42:51 -050029 ${PN}-settings \
Ratan Guptad3c61642017-07-06 21:09:14 +053030 ${PN}-network \
Wludzik, Jozefe9defc02021-01-28 09:36:34 +010031 ${PN}-telemetry \
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +053032 ${PN}-user-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -040033 ${PN}-user-mgmt-ldap \
Brad Bishop93fb5352015-09-09 03:59:20 +000034 "
35
Patrick Williams12fc9392021-08-06 09:16:53 -050036SUMMARY:${PN}-bmc-state-mgmt = "BMC state management"
37RDEPENDS:${PN}-bmc-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050038 ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \
Andrew Geissler2138fde2019-08-14 10:01:10 -050039 phosphor-state-manager-systemd-target-monitor \
Lei YU065ca472021-06-10 16:01:54 +080040 obmc-targets \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050041 "
42
Patrick Williams12fc9392021-08-06 09:16:53 -050043SUMMARY:${PN}-bmcweb = "bmcweb support"
44RDEPENDS:${PN}-bmcweb = " \
Brad Bishopb52116a2020-08-10 20:45:15 -040045 bmcweb \
Anton D. Kachalov609d4872021-03-19 11:30:43 +010046 phosphor-certificate-manager \
Brad Bishopb52116a2020-08-10 20:45:15 -040047 "
48
Patrick Williams12fc9392021-08-06 09:16:53 -050049SUMMARY:${PN}-chassis-state-mgmt = "Chassis state management"
50RDEPENDS:${PN}-chassis-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050051 ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \
Anthony Wilsoncd800c82019-03-30 08:11:32 -070052 obmc-phosphor-power \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050053 "
54
Patrick Williams12fc9392021-08-06 09:16:53 -050055SUMMARY:${PN}-console = "Serial over LAN support"
56RDEPENDS:${PN}-console = " \
Brad Bishop8c09b142020-08-11 08:20:31 -040057 obmc-console \
58 "
59
Brad Bishopb52116a2020-08-10 20:45:15 -040060# Deprecated - add new packages to an existing packagegroup or create a new one.
Patrick Williams12fc9392021-08-06 09:16:53 -050061SUMMARY:${PN}-extras = "Extra features"
62RDEPENDS:${PN}-extras = ""
Brad Bishop70436da2015-09-16 14:49:27 -040063
Patrick Williams12fc9392021-08-06 09:16:53 -050064SUMMARY:${PN}-devtools = "Development tools"
65RDEPENDS:${PN}-devtools = " \
Brad Bishope3fe5782020-08-10 20:20:47 -040066 bash \
Brad Bishop8c09b142020-08-11 08:20:31 -040067 ffdc \
Brad Bishope3fe5782020-08-10 20:20:47 -040068 i2c-tools \
James Feist3acedc52019-05-30 11:58:40 -070069 libgpiod-tools \
Brad Bishope3fe5782020-08-10 20:20:47 -040070 lrzsz \
71 rsync \
Eddie Jamesacd9d072022-01-24 15:42:34 -060072 trace-enable \
Adriana Kobylak6adca3a2017-11-09 10:39:02 -060073 "
74
Patrick Williams12fc9392021-08-06 09:16:53 -050075SUMMARY:${PN}-dbus-monitor = "Support for dbus monitoring"
76RDEPENDS:${PN}-dbus-monitor = " \
Brad Bishopb52116a2020-08-10 20:45:15 -040077 phosphor-dbus-monitor \
78 "
79
Brad Bishop4824d4c2017-05-01 11:54:34 -040080# Use the fan control package group for applications
81# implementing fan control or system fan policy only.
82# Applications that create inventory or sensors should
83# be added those respective package groups instead.
Patrick Williams12fc9392021-08-06 09:16:53 -050084SUMMARY:${PN}-fan-control = "Fan control"
85RDEPENDS:${PN}-fan-control = " \
Matt Spinlerc133ec12017-04-19 08:23:50 -050086 ${VIRTUAL-RUNTIME_obmc-fan-control} \
Matt Spinlerdd7a0802017-05-01 14:29:20 -050087 phosphor-fan-monitor \
Brad Bishop4824d4c2017-05-01 11:54:34 -040088 "
89
Patrick Williams12fc9392021-08-06 09:16:53 -050090SUMMARY:${PN}-fru-ipmi = "Support for EEPROMS with IPMI FRU"
91RDEPENDS:${PN}-fru-ipmi = " \
Brad Bishopc1371fd2020-08-18 19:30:11 -040092 fru-device \
93 "
94
Patrick Williams12fc9392021-08-06 09:16:53 -050095SUMMARY:${PN}-health-monitor = "Support for health monitoring"
96RDEPENDS:${PN}-health-monitor = " \
Vijay Khemkad549dee2020-09-08 11:56:19 -070097 phosphor-health-monitor \
98 "
99
Patrick Williams12fc9392021-08-06 09:16:53 -0500100SUMMARY:${PN}-host-state-mgmt = "Host state management"
101RDEPENDS:${PN}-host-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500102 ${VIRTUAL-RUNTIME_obmc-host-state-manager} \
Michael Tritzb3b58992017-03-31 12:04:32 -0500103 ${VIRTUAL-RUNTIME_obmc-discover-system-state} \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500104 "
105
Patrick Williams12fc9392021-08-06 09:16:53 -0500106SUMMARY:${PN}-ikvm = "KVM over IP support"
107RDEPENDS:${PN}-ikvm = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400108 obmc-ikvm \
109 "
110
Patrick Williams12fc9392021-08-06 09:16:53 -0500111SUMMARY:${PN}-inventory = "Inventory applications"
112RDEPENDS:${PN}-inventory = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500113 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
Matthew Barthacd9fe42017-02-24 13:14:43 -0600114 ${VIRTUAL-RUNTIME_obmc-fan-presence} \
Brad Bishop4f12f722017-02-01 21:04:14 -0500115 "
116
Patrick Williams12fc9392021-08-06 09:16:53 -0500117SUMMARY:${PN}-leds = "LED applications"
118RDEPENDS:${PN}-leds = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400119 phosphor-led-manager \
120 phosphor-led-sysfs \
121 phosphor-led-manager-faultmonitor \
Brad Bishop4f12f722017-02-01 21:04:14 -0500122 "
123
Patrick Williams12fc9392021-08-06 09:16:53 -0500124SUMMARY:${PN}-logging = "Logging applications"
125RDEPENDS:${PN}-logging = " \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400126 phosphor-logging \
Brad Bishop0f1b05d2018-10-16 11:02:54 -0500127 "
128
Patrick Williams12fc9392021-08-06 09:16:53 -0500129SUMMARY:${PN}-remote-logging = "Remote logging applications"
130RDEPENDS:${PN}-remote-logging = " \
Deepak Kodihallif9e9cc62018-08-21 06:40:53 -0500131 rsyslog \
Deepak Kodihalli04aa22f2018-08-28 11:39:41 -0500132 phosphor-rsyslog-config \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400133 "
134
Patrick Williams12fc9392021-08-06 09:16:53 -0500135SUMMARY:${PN}-rng = "Random Number Generator support"
136RDEPENDS:${PN}-rng = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400137 rng-tools \
138 "
139
Patrick Williams12fc9392021-08-06 09:16:53 -0500140SUMMARY:${PN}-sensors = "Sensor applications"
141RDEPENDS:${PN}-sensors = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500142 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
143 "
Gunnar Mills058788a2017-02-15 16:01:45 -0600144
Lei YU4de51f02019-05-06 14:35:27 +0800145${PN}-software-extras = ""
Brad Bishop8623bbe2018-03-09 00:04:00 -0500146
Patrick Williams12fc9392021-08-06 09:16:53 -0500147${PN}-software-extras:df-obmc-ubi-fs = " \
Adriana Kobylakc763ceb2018-06-04 13:06:52 -0500148 phosphor-software-manager-updater-ubi \
Eddie Jamesb2b7ff62018-02-09 11:59:18 -0600149 "
Brad Bishop8623bbe2018-03-09 00:04:00 -0500150
Patrick Williams12fc9392021-08-06 09:16:53 -0500151${PN}-software-extras:df-phosphor-mmc = " \
Adriana Kobylak88ec2af2020-06-04 14:03:03 -0500152 phosphor-software-manager-updater-mmc \
153 "
154
Patrick Williams12fc9392021-08-06 09:16:53 -0500155SUMMARY:${PN}-software = "Software applications"
156RDEPENDS:${PN}-software = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400157 phosphor-software-manager-download-mgr \
158 phosphor-software-manager-updater \
159 phosphor-software-manager-version \
Brad Bishop8623bbe2018-03-09 00:04:00 -0500160 ${${PN}-software-extras} \
Andrew Geisslera30470f2018-02-09 12:50:57 -0800161 "
162
Patrick Williams12fc9392021-08-06 09:16:53 -0500163SUMMARY:${PN}-debug-collector = "BMC debug collector"
164RDEPENDS:${PN}-debug-collector = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400165 phosphor-debug-collector-manager \
166 phosphor-debug-collector-monitor \
Jayanth Othayothf4e66072017-07-29 22:28:44 -0500167 phosphor-debug-collector-dreport \
Marri Devender Raob6e5cb02017-10-11 02:22:46 -0500168 phosphor-debug-collector-scripts \
Vishwanatha Subbannadfd5bf32017-05-12 23:31:55 +0530169 "
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500170
Patrick Williams12fc9392021-08-06 09:16:53 -0500171SUMMARY:${PN}-settings = "Settings applications"
172RDEPENDS:${PN}-settings = " \
Brad Bishop8ad1c1f2020-03-19 16:14:54 -0400173 phosphor-settings-manager \
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500174 "
Ratan Guptad3c61642017-07-06 21:09:14 +0530175
Patrick Williams12fc9392021-08-06 09:16:53 -0500176SUMMARY:${PN}-network = "BMC Network Manager"
177RDEPENDS:${PN}-network = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400178 phosphor-network \
Ratan Guptad3c61642017-07-06 21:09:14 +0530179 "
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530180
Patrick Williams12fc9392021-08-06 09:16:53 -0500181SUMMARY:${PN}-telemetry = "Telemetry solution"
182RDEPENDS:${PN}-telemetry = " \
Wludzik, Jozefe9defc02021-01-28 09:36:34 +0100183 telemetry \
184 "
185
Patrick Williams12fc9392021-08-06 09:16:53 -0500186SUMMARY:${PN}-user-mgmt = "User management applications"
187RDEPENDS:${PN}-user-mgmt = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400188 phosphor-user-manager \
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530189 "
Patrick Williams12fc9392021-08-06 09:16:53 -0500190RRECOMMENDS:${PN}-user-mgmt = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400191 pam-plugin-access \
192 "
Brad Bishopb52116a2020-08-10 20:45:15 -0400193
Patrick Williams12fc9392021-08-06 09:16:53 -0500194SUMMARY:${PN}-user-mgmt-ldap = "LDAP users and groups support"
195RDEPENDS:${PN}-user-mgmt-ldap = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400196 ${PN}-user-mgmt \
197 nss-pam-ldapd \
198 phosphor-ldap \
Brad Bishopb52116a2020-08-10 20:45:15 -0400199 "