blob: a1b4355be5b540686ddf2b1add29e78693e25ed8 [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 \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050040 "
41
Patrick Williams12fc9392021-08-06 09:16:53 -050042SUMMARY:${PN}-bmcweb = "bmcweb support"
43RDEPENDS:${PN}-bmcweb = " \
Brad Bishopb52116a2020-08-10 20:45:15 -040044 bmcweb \
Anton D. Kachalov609d4872021-03-19 11:30:43 +010045 phosphor-certificate-manager \
Brad Bishopb52116a2020-08-10 20:45:15 -040046 "
47
Patrick Williams12fc9392021-08-06 09:16:53 -050048SUMMARY:${PN}-chassis-state-mgmt = "Chassis state management"
49RDEPENDS:${PN}-chassis-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050050 ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \
Anthony Wilsoncd800c82019-03-30 08:11:32 -070051 obmc-phosphor-power \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050052 "
53
Patrick Williams12fc9392021-08-06 09:16:53 -050054SUMMARY:${PN}-console = "Serial over LAN support"
55RDEPENDS:${PN}-console = " \
Brad Bishop8c09b142020-08-11 08:20:31 -040056 obmc-console \
57 "
58
Brad Bishopb52116a2020-08-10 20:45:15 -040059# Deprecated - add new packages to an existing packagegroup or create a new one.
Patrick Williams12fc9392021-08-06 09:16:53 -050060SUMMARY:${PN}-extras = "Extra features"
61RDEPENDS:${PN}-extras = ""
Brad Bishop70436da2015-09-16 14:49:27 -040062
Patrick Williams12fc9392021-08-06 09:16:53 -050063SUMMARY:${PN}-devtools = "Development tools"
64RDEPENDS:${PN}-devtools = " \
Brad Bishope3fe5782020-08-10 20:20:47 -040065 bash \
Brad Bishop8c09b142020-08-11 08:20:31 -040066 ffdc \
Brad Bishope3fe5782020-08-10 20:20:47 -040067 i2c-tools \
James Feist3acedc52019-05-30 11:58:40 -070068 libgpiod-tools \
Brad Bishope3fe5782020-08-10 20:20:47 -040069 lrzsz \
70 rsync \
Eddie Jamesacd9d072022-01-24 15:42:34 -060071 trace-enable \
Adriana Kobylak6adca3a2017-11-09 10:39:02 -060072 "
73
Andrew Geissler89b5af62023-04-13 09:41:52 -060074EXTRA_DEV_DEBUG_TOOLS = "gdbserver strace opkg curl"
75RDEPENDS:${PN}-devtools:append = " \
76 ${@bb.utils.contains('DISTRO_FEATURES', 'extra-dev-debug-tools', '${EXTRA_DEV_DEBUG_TOOLS}', '', d)} \
77 "
78
Patrick Williams12fc9392021-08-06 09:16:53 -050079SUMMARY:${PN}-dbus-monitor = "Support for dbus monitoring"
80RDEPENDS:${PN}-dbus-monitor = " \
Brad Bishopb52116a2020-08-10 20:45:15 -040081 phosphor-dbus-monitor \
82 "
83
Brad Bishop4824d4c2017-05-01 11:54:34 -040084# Use the fan control package group for applications
85# implementing fan control or system fan policy only.
86# Applications that create inventory or sensors should
87# be added those respective package groups instead.
Patrick Williams12fc9392021-08-06 09:16:53 -050088SUMMARY:${PN}-fan-control = "Fan control"
89RDEPENDS:${PN}-fan-control = " \
Matt Spinlerc133ec12017-04-19 08:23:50 -050090 ${VIRTUAL-RUNTIME_obmc-fan-control} \
Matt Spinlerdd7a0802017-05-01 14:29:20 -050091 phosphor-fan-monitor \
Brad Bishop4824d4c2017-05-01 11:54:34 -040092 "
93
Patrick Williams12fc9392021-08-06 09:16:53 -050094SUMMARY:${PN}-fru-ipmi = "Support for EEPROMS with IPMI FRU"
95RDEPENDS:${PN}-fru-ipmi = " \
Brad Bishopc1371fd2020-08-18 19:30:11 -040096 fru-device \
97 "
98
Patrick Williams12fc9392021-08-06 09:16:53 -050099SUMMARY:${PN}-health-monitor = "Support for health monitoring"
100RDEPENDS:${PN}-health-monitor = " \
Vijay Khemkad549dee2020-09-08 11:56:19 -0700101 phosphor-health-monitor \
102 "
103
Patrick Williams12fc9392021-08-06 09:16:53 -0500104SUMMARY:${PN}-host-state-mgmt = "Host state management"
105RDEPENDS:${PN}-host-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500106 ${VIRTUAL-RUNTIME_obmc-host-state-manager} \
Michael Tritzb3b58992017-03-31 12:04:32 -0500107 ${VIRTUAL-RUNTIME_obmc-discover-system-state} \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500108 "
109
Patrick Williams12fc9392021-08-06 09:16:53 -0500110SUMMARY:${PN}-ikvm = "KVM over IP support"
111RDEPENDS:${PN}-ikvm = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400112 obmc-ikvm \
113 "
114
Patrick Williams12fc9392021-08-06 09:16:53 -0500115SUMMARY:${PN}-inventory = "Inventory applications"
116RDEPENDS:${PN}-inventory = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500117 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
Matthew Barthacd9fe42017-02-24 13:14:43 -0600118 ${VIRTUAL-RUNTIME_obmc-fan-presence} \
Brad Bishop4f12f722017-02-01 21:04:14 -0500119 "
120
Patrick Williams12fc9392021-08-06 09:16:53 -0500121SUMMARY:${PN}-leds = "LED applications"
122RDEPENDS:${PN}-leds = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400123 phosphor-led-manager \
124 phosphor-led-sysfs \
125 phosphor-led-manager-faultmonitor \
Brad Bishop4f12f722017-02-01 21:04:14 -0500126 "
127
Patrick Williams12fc9392021-08-06 09:16:53 -0500128SUMMARY:${PN}-logging = "Logging applications"
129RDEPENDS:${PN}-logging = " \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400130 phosphor-logging \
Brad Bishop0f1b05d2018-10-16 11:02:54 -0500131 "
132
Patrick Williams12fc9392021-08-06 09:16:53 -0500133SUMMARY:${PN}-remote-logging = "Remote logging applications"
134RDEPENDS:${PN}-remote-logging = " \
Deepak Kodihallif9e9cc62018-08-21 06:40:53 -0500135 rsyslog \
Deepak Kodihalli04aa22f2018-08-28 11:39:41 -0500136 phosphor-rsyslog-config \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400137 "
138
Patrick Williams12fc9392021-08-06 09:16:53 -0500139SUMMARY:${PN}-rng = "Random Number Generator support"
140RDEPENDS:${PN}-rng = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400141 rng-tools \
142 "
143
Patrick Williams12fc9392021-08-06 09:16:53 -0500144SUMMARY:${PN}-sensors = "Sensor applications"
145RDEPENDS:${PN}-sensors = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500146 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
147 "
Gunnar Mills058788a2017-02-15 16:01:45 -0600148
Lei YU4de51f02019-05-06 14:35:27 +0800149${PN}-software-extras = ""
Brad Bishop8623bbe2018-03-09 00:04:00 -0500150
Patrick Williams12fc9392021-08-06 09:16:53 -0500151${PN}-software-extras:df-obmc-ubi-fs = " \
Adriana Kobylakc763ceb2018-06-04 13:06:52 -0500152 phosphor-software-manager-updater-ubi \
Eddie Jamesb2b7ff62018-02-09 11:59:18 -0600153 "
Brad Bishop8623bbe2018-03-09 00:04:00 -0500154
Patrick Williams12fc9392021-08-06 09:16:53 -0500155${PN}-software-extras:df-phosphor-mmc = " \
Adriana Kobylak88ec2af2020-06-04 14:03:03 -0500156 phosphor-software-manager-updater-mmc \
157 "
158
Patrick Williams12fc9392021-08-06 09:16:53 -0500159SUMMARY:${PN}-software = "Software applications"
160RDEPENDS:${PN}-software = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400161 phosphor-software-manager-download-mgr \
162 phosphor-software-manager-updater \
163 phosphor-software-manager-version \
Brad Bishop8623bbe2018-03-09 00:04:00 -0500164 ${${PN}-software-extras} \
Andrew Geisslera30470f2018-02-09 12:50:57 -0800165 "
166
Patrick Williams12fc9392021-08-06 09:16:53 -0500167SUMMARY:${PN}-debug-collector = "BMC debug collector"
168RDEPENDS:${PN}-debug-collector = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400169 phosphor-debug-collector-manager \
170 phosphor-debug-collector-monitor \
Jayanth Othayothf4e66072017-07-29 22:28:44 -0500171 phosphor-debug-collector-dreport \
Marri Devender Raob6e5cb02017-10-11 02:22:46 -0500172 phosphor-debug-collector-scripts \
Vishwanatha Subbannadfd5bf32017-05-12 23:31:55 +0530173 "
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500174
Patrick Williams12fc9392021-08-06 09:16:53 -0500175SUMMARY:${PN}-settings = "Settings applications"
176RDEPENDS:${PN}-settings = " \
Brad Bishop8ad1c1f2020-03-19 16:14:54 -0400177 phosphor-settings-manager \
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500178 "
Ratan Guptad3c61642017-07-06 21:09:14 +0530179
Patrick Williams12fc9392021-08-06 09:16:53 -0500180SUMMARY:${PN}-network = "BMC Network Manager"
181RDEPENDS:${PN}-network = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400182 phosphor-network \
Ratan Guptad3c61642017-07-06 21:09:14 +0530183 "
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530184
Patrick Williams12fc9392021-08-06 09:16:53 -0500185SUMMARY:${PN}-telemetry = "Telemetry solution"
186RDEPENDS:${PN}-telemetry = " \
Wludzik, Jozefe9defc02021-01-28 09:36:34 +0100187 telemetry \
188 "
189
Patrick Williams12fc9392021-08-06 09:16:53 -0500190SUMMARY:${PN}-user-mgmt = "User management applications"
191RDEPENDS:${PN}-user-mgmt = " \
Brad Bishop5747dac2022-10-12 17:45:15 -0400192 phosphor-user-manager \
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530193 "
Patrick Williams12fc9392021-08-06 09:16:53 -0500194RRECOMMENDS:${PN}-user-mgmt = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400195 pam-plugin-access \
196 "
Brad Bishopb52116a2020-08-10 20:45:15 -0400197
Patrick Williams12fc9392021-08-06 09:16:53 -0500198SUMMARY:${PN}-user-mgmt-ldap = "LDAP users and groups support"
199RDEPENDS:${PN}-user-mgmt-ldap = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400200 ${PN}-user-mgmt \
201 nss-pam-ldapd \
202 phosphor-ldap \
Brad Bishopb52116a2020-08-10 20:45:15 -0400203 "