blob: 0247389ee0b501649e7f800978289bbef7dc1316 [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 \
Rashmica Guptaddaca3c2023-02-01 15:26:58 +110034 ${PN}-dmtf-pmci \
Brad Bishop93fb5352015-09-09 03:59:20 +000035 "
36
Patrick Williams12fc9392021-08-06 09:16:53 -050037SUMMARY:${PN}-bmc-state-mgmt = "BMC state management"
38RDEPENDS:${PN}-bmc-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050039 ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \
Andrew Geissler2138fde2019-08-14 10:01:10 -050040 phosphor-state-manager-systemd-target-monitor \
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
Andrew Geissler89b5af62023-04-13 09:41:52 -060075EXTRA_DEV_DEBUG_TOOLS = "gdbserver strace opkg curl"
76RDEPENDS:${PN}-devtools:append = " \
77 ${@bb.utils.contains('DISTRO_FEATURES', 'extra-dev-debug-tools', '${EXTRA_DEV_DEBUG_TOOLS}', '', d)} \
78 "
79
Patrick Williams12fc9392021-08-06 09:16:53 -050080SUMMARY:${PN}-dbus-monitor = "Support for dbus monitoring"
81RDEPENDS:${PN}-dbus-monitor = " \
Brad Bishopb52116a2020-08-10 20:45:15 -040082 phosphor-dbus-monitor \
83 "
84
Brad Bishop4824d4c2017-05-01 11:54:34 -040085# Use the fan control package group for applications
86# implementing fan control or system fan policy only.
87# Applications that create inventory or sensors should
88# be added those respective package groups instead.
Patrick Williams12fc9392021-08-06 09:16:53 -050089SUMMARY:${PN}-fan-control = "Fan control"
90RDEPENDS:${PN}-fan-control = " \
Matt Spinlerc133ec12017-04-19 08:23:50 -050091 ${VIRTUAL-RUNTIME_obmc-fan-control} \
Matt Spinlerdd7a0802017-05-01 14:29:20 -050092 phosphor-fan-monitor \
Brad Bishop4824d4c2017-05-01 11:54:34 -040093 "
94
Patrick Williams12fc9392021-08-06 09:16:53 -050095SUMMARY:${PN}-fru-ipmi = "Support for EEPROMS with IPMI FRU"
96RDEPENDS:${PN}-fru-ipmi = " \
Brad Bishopc1371fd2020-08-18 19:30:11 -040097 fru-device \
98 "
99
Patrick Williams12fc9392021-08-06 09:16:53 -0500100SUMMARY:${PN}-health-monitor = "Support for health monitoring"
101RDEPENDS:${PN}-health-monitor = " \
Vijay Khemkad549dee2020-09-08 11:56:19 -0700102 phosphor-health-monitor \
103 "
104
Patrick Williams12fc9392021-08-06 09:16:53 -0500105SUMMARY:${PN}-host-state-mgmt = "Host state management"
106RDEPENDS:${PN}-host-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500107 ${VIRTUAL-RUNTIME_obmc-host-state-manager} \
Michael Tritzb3b58992017-03-31 12:04:32 -0500108 ${VIRTUAL-RUNTIME_obmc-discover-system-state} \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500109 "
110
Patrick Williams12fc9392021-08-06 09:16:53 -0500111SUMMARY:${PN}-ikvm = "KVM over IP support"
112RDEPENDS:${PN}-ikvm = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400113 obmc-ikvm \
114 "
115
Patrick Williams12fc9392021-08-06 09:16:53 -0500116SUMMARY:${PN}-inventory = "Inventory applications"
117RDEPENDS:${PN}-inventory = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500118 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
Matthew Barthacd9fe42017-02-24 13:14:43 -0600119 ${VIRTUAL-RUNTIME_obmc-fan-presence} \
Brad Bishop4f12f722017-02-01 21:04:14 -0500120 "
121
Patrick Williams12fc9392021-08-06 09:16:53 -0500122SUMMARY:${PN}-leds = "LED applications"
123RDEPENDS:${PN}-leds = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400124 phosphor-led-manager \
125 phosphor-led-sysfs \
126 phosphor-led-manager-faultmonitor \
Brad Bishop4f12f722017-02-01 21:04:14 -0500127 "
128
Patrick Williams12fc9392021-08-06 09:16:53 -0500129SUMMARY:${PN}-logging = "Logging applications"
130RDEPENDS:${PN}-logging = " \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400131 phosphor-logging \
Brad Bishop0f1b05d2018-10-16 11:02:54 -0500132 "
133
Patrick Williams12fc9392021-08-06 09:16:53 -0500134SUMMARY:${PN}-remote-logging = "Remote logging applications"
135RDEPENDS:${PN}-remote-logging = " \
Deepak Kodihallif9e9cc62018-08-21 06:40:53 -0500136 rsyslog \
Deepak Kodihalli04aa22f2018-08-28 11:39:41 -0500137 phosphor-rsyslog-config \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400138 "
139
Patrick Williams12fc9392021-08-06 09:16:53 -0500140SUMMARY:${PN}-rng = "Random Number Generator support"
141RDEPENDS:${PN}-rng = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400142 rng-tools \
143 "
144
Patrick Williams12fc9392021-08-06 09:16:53 -0500145SUMMARY:${PN}-sensors = "Sensor applications"
146RDEPENDS:${PN}-sensors = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500147 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
148 "
Gunnar Mills058788a2017-02-15 16:01:45 -0600149
Lei YU4de51f02019-05-06 14:35:27 +0800150${PN}-software-extras = ""
Brad Bishop8623bbe2018-03-09 00:04:00 -0500151
Patrick Williams12fc9392021-08-06 09:16:53 -0500152${PN}-software-extras:df-obmc-ubi-fs = " \
Adriana Kobylakc763ceb2018-06-04 13:06:52 -0500153 phosphor-software-manager-updater-ubi \
Eddie Jamesb2b7ff62018-02-09 11:59:18 -0600154 "
Brad Bishop8623bbe2018-03-09 00:04:00 -0500155
Patrick Williams12fc9392021-08-06 09:16:53 -0500156${PN}-software-extras:df-phosphor-mmc = " \
Adriana Kobylak88ec2af2020-06-04 14:03:03 -0500157 phosphor-software-manager-updater-mmc \
158 "
159
Patrick Williams12fc9392021-08-06 09:16:53 -0500160SUMMARY:${PN}-software = "Software applications"
161RDEPENDS:${PN}-software = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400162 phosphor-software-manager-download-mgr \
163 phosphor-software-manager-updater \
164 phosphor-software-manager-version \
Brad Bishop8623bbe2018-03-09 00:04:00 -0500165 ${${PN}-software-extras} \
Andrew Geisslera30470f2018-02-09 12:50:57 -0800166 "
167
Patrick Williams12fc9392021-08-06 09:16:53 -0500168SUMMARY:${PN}-debug-collector = "BMC debug collector"
169RDEPENDS:${PN}-debug-collector = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400170 phosphor-debug-collector-manager \
171 phosphor-debug-collector-monitor \
Jayanth Othayothf4e66072017-07-29 22:28:44 -0500172 phosphor-debug-collector-dreport \
Marri Devender Raob6e5cb02017-10-11 02:22:46 -0500173 phosphor-debug-collector-scripts \
Vishwanatha Subbannadfd5bf32017-05-12 23:31:55 +0530174 "
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500175
Patrick Williams12fc9392021-08-06 09:16:53 -0500176SUMMARY:${PN}-settings = "Settings applications"
177RDEPENDS:${PN}-settings = " \
Brad Bishop8ad1c1f2020-03-19 16:14:54 -0400178 phosphor-settings-manager \
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500179 "
Ratan Guptad3c61642017-07-06 21:09:14 +0530180
Patrick Williams12fc9392021-08-06 09:16:53 -0500181SUMMARY:${PN}-network = "BMC Network Manager"
182RDEPENDS:${PN}-network = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400183 phosphor-network \
Ratan Guptad3c61642017-07-06 21:09:14 +0530184 "
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530185
Patrick Williams12fc9392021-08-06 09:16:53 -0500186SUMMARY:${PN}-telemetry = "Telemetry solution"
187RDEPENDS:${PN}-telemetry = " \
Wludzik, Jozefe9defc02021-01-28 09:36:34 +0100188 telemetry \
189 "
190
Patrick Williams12fc9392021-08-06 09:16:53 -0500191SUMMARY:${PN}-user-mgmt = "User management applications"
192RDEPENDS:${PN}-user-mgmt = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400193 phosphor-user-manager \
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530194 "
Patrick Williams12fc9392021-08-06 09:16:53 -0500195RRECOMMENDS:${PN}-user-mgmt = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400196 pam-plugin-access \
197 "
Brad Bishopb52116a2020-08-10 20:45:15 -0400198
Patrick Williams12fc9392021-08-06 09:16:53 -0500199SUMMARY:${PN}-user-mgmt-ldap = "LDAP users and groups support"
200RDEPENDS:${PN}-user-mgmt-ldap = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400201 ${PN}-user-mgmt \
202 nss-pam-ldapd \
203 phosphor-ldap \
Brad Bishopb52116a2020-08-10 20:45:15 -0400204 "
Rashmica Guptaddaca3c2023-02-01 15:26:58 +1100205
206SUMMARY:${PN}-dmtf-pmci = "DMTF PMCI Protocol Implementations"
207RDEPENDS:${PN}-dmtf-pmci = " \
208 ${@bb.utils.contains('DISTRO_FEATURES', 'mctp', 'mctp', '', d)} \
209 "