blob: c035c6dcb8a83c0a51c1a7139dca7b90b0c07f29 [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 \
Adriana Kobylak6adca3a2017-11-09 10:39:02 -060072 "
73
Patrick Williams12fc9392021-08-06 09:16:53 -050074SUMMARY:${PN}-dbus-monitor = "Support for dbus monitoring"
75RDEPENDS:${PN}-dbus-monitor = " \
Brad Bishopb52116a2020-08-10 20:45:15 -040076 phosphor-dbus-monitor \
77 "
78
Brad Bishop4824d4c2017-05-01 11:54:34 -040079# Use the fan control package group for applications
80# implementing fan control or system fan policy only.
81# Applications that create inventory or sensors should
82# be added those respective package groups instead.
Patrick Williams12fc9392021-08-06 09:16:53 -050083SUMMARY:${PN}-fan-control = "Fan control"
84RDEPENDS:${PN}-fan-control = " \
Matt Spinlerc133ec12017-04-19 08:23:50 -050085 ${VIRTUAL-RUNTIME_obmc-fan-control} \
Matt Spinlerdd7a0802017-05-01 14:29:20 -050086 phosphor-fan-monitor \
Brad Bishop4824d4c2017-05-01 11:54:34 -040087 "
88
Patrick Williams12fc9392021-08-06 09:16:53 -050089SUMMARY:${PN}-fru-ipmi = "Support for EEPROMS with IPMI FRU"
90RDEPENDS:${PN}-fru-ipmi = " \
Brad Bishopc1371fd2020-08-18 19:30:11 -040091 fru-device \
92 "
93
Patrick Williams12fc9392021-08-06 09:16:53 -050094SUMMARY:${PN}-health-monitor = "Support for health monitoring"
95RDEPENDS:${PN}-health-monitor = " \
Vijay Khemkad549dee2020-09-08 11:56:19 -070096 phosphor-health-monitor \
97 "
98
Patrick Williams12fc9392021-08-06 09:16:53 -050099SUMMARY:${PN}-host-state-mgmt = "Host state management"
100RDEPENDS:${PN}-host-state-mgmt = " \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500101 ${VIRTUAL-RUNTIME_obmc-host-state-manager} \
Michael Tritzb3b58992017-03-31 12:04:32 -0500102 ${VIRTUAL-RUNTIME_obmc-discover-system-state} \
Brad Bishopdb32a7c2017-03-01 16:16:06 -0500103 "
104
Patrick Williams12fc9392021-08-06 09:16:53 -0500105SUMMARY:${PN}-ikvm = "KVM over IP support"
106RDEPENDS:${PN}-ikvm = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400107 obmc-ikvm \
108 "
109
Patrick Williams12fc9392021-08-06 09:16:53 -0500110SUMMARY:${PN}-inventory = "Inventory applications"
111RDEPENDS:${PN}-inventory = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500112 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
Matthew Barthacd9fe42017-02-24 13:14:43 -0600113 ${VIRTUAL-RUNTIME_obmc-fan-presence} \
Brad Bishop4f12f722017-02-01 21:04:14 -0500114 "
115
Patrick Williams12fc9392021-08-06 09:16:53 -0500116SUMMARY:${PN}-leds = "LED applications"
117RDEPENDS:${PN}-leds = " \
Brad Bishopaf7d0602017-02-27 11:59:49 -0500118 ${VIRTUAL-RUNTIME_obmc-leds-manager} \
119 ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \
Dhruvaraj Subhashchandran6a1b0fc2017-04-27 05:29:56 -0500120 ${VIRTUAL-RUNTIME_obmc-led-monitor} \
Brad Bishop4f12f722017-02-01 21:04:14 -0500121 "
122
Patrick Williams12fc9392021-08-06 09:16:53 -0500123SUMMARY:${PN}-logging = "Logging applications"
124RDEPENDS:${PN}-logging = " \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400125 phosphor-logging \
Brad Bishop0f1b05d2018-10-16 11:02:54 -0500126 "
127
Patrick Williams12fc9392021-08-06 09:16:53 -0500128SUMMARY:${PN}-remote-logging = "Remote logging applications"
129RDEPENDS:${PN}-remote-logging = " \
Deepak Kodihallif9e9cc62018-08-21 06:40:53 -0500130 rsyslog \
Deepak Kodihalli04aa22f2018-08-28 11:39:41 -0500131 phosphor-rsyslog-config \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400132 "
133
Patrick Williams12fc9392021-08-06 09:16:53 -0500134SUMMARY:${PN}-rng = "Random Number Generator support"
135RDEPENDS:${PN}-rng = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400136 rng-tools \
137 "
138
Patrick Williams12fc9392021-08-06 09:16:53 -0500139SUMMARY:${PN}-sensors = "Sensor applications"
140RDEPENDS:${PN}-sensors = " \
Brad Bishop4f12f722017-02-01 21:04:14 -0500141 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
142 "
Gunnar Mills058788a2017-02-15 16:01:45 -0600143
Lei YU4de51f02019-05-06 14:35:27 +0800144${PN}-software-extras = ""
Brad Bishop8623bbe2018-03-09 00:04:00 -0500145
Patrick Williams12fc9392021-08-06 09:16:53 -0500146${PN}-software-extras:df-obmc-ubi-fs = " \
Adriana Kobylakc763ceb2018-06-04 13:06:52 -0500147 phosphor-software-manager-updater-ubi \
Eddie Jamesb2b7ff62018-02-09 11:59:18 -0600148 "
Brad Bishop8623bbe2018-03-09 00:04:00 -0500149
Patrick Williams12fc9392021-08-06 09:16:53 -0500150${PN}-software-extras:df-phosphor-mmc = " \
Adriana Kobylak88ec2af2020-06-04 14:03:03 -0500151 phosphor-software-manager-updater-mmc \
152 "
153
Patrick Williams12fc9392021-08-06 09:16:53 -0500154SUMMARY:${PN}-software = "Software applications"
155RDEPENDS:${PN}-software = " \
Deepak Kodihallib74ceea2017-04-13 23:23:42 -0500156 ${VIRTUAL-RUNTIME_obmc-bmc-download-mgr} \
Gunnar Millscfe00842017-05-15 15:40:58 -0500157 ${VIRTUAL-RUNTIME_obmc-bmc-updater} \
Andrew Geisslera30470f2018-02-09 12:50:57 -0800158 ${VIRTUAL-RUNTIME_obmc-bmc-version} \
Brad Bishop8623bbe2018-03-09 00:04:00 -0500159 ${${PN}-software-extras} \
Andrew Geisslera30470f2018-02-09 12:50:57 -0800160 "
161
Patrick Williams12fc9392021-08-06 09:16:53 -0500162SUMMARY:${PN}-debug-collector = "BMC debug collector"
163RDEPENDS:${PN}-debug-collector = " \
Jayanth Othayoth2a5d91e2017-05-31 06:25:55 -0500164 ${VIRTUAL-RUNTIME_obmc-dump-manager} \
165 ${VIRTUAL-RUNTIME_obmc-dump-monitor} \
Jayanth Othayothf4e66072017-07-29 22:28:44 -0500166 phosphor-debug-collector-dreport \
Marri Devender Raob6e5cb02017-10-11 02:22:46 -0500167 phosphor-debug-collector-scripts \
Vishwanatha Subbannadfd5bf32017-05-12 23:31:55 +0530168 "
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500169
Patrick Williams12fc9392021-08-06 09:16:53 -0500170SUMMARY:${PN}-settings = "Settings applications"
171RDEPENDS:${PN}-settings = " \
Brad Bishop8ad1c1f2020-03-19 16:14:54 -0400172 phosphor-settings-manager \
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500173 "
Ratan Guptad3c61642017-07-06 21:09:14 +0530174
Patrick Williams12fc9392021-08-06 09:16:53 -0500175SUMMARY:${PN}-network = "BMC Network Manager"
176RDEPENDS:${PN}-network = " \
Ratan Guptad3c61642017-07-06 21:09:14 +0530177 ${VIRTUAL-RUNTIME_obmc-network-manager} \
178 "
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530179
Patrick Williams12fc9392021-08-06 09:16:53 -0500180SUMMARY:${PN}-telemetry = "Telemetry solution"
181RDEPENDS:${PN}-telemetry = " \
Wludzik, Jozefe9defc02021-01-28 09:36:34 +0100182 telemetry \
183 "
184
Patrick Williams12fc9392021-08-06 09:16:53 -0500185SUMMARY:${PN}-user-mgmt = "User management applications"
186RDEPENDS:${PN}-user-mgmt = " \
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530187 ${VIRTUAL-RUNTIME_obmc-user-mgmt} \
188 "
Patrick Williams12fc9392021-08-06 09:16:53 -0500189RRECOMMENDS:${PN}-user-mgmt = " \
Brad Bishop8c09b142020-08-11 08:20:31 -0400190 pam-plugin-access \
191 "
Brad Bishopb52116a2020-08-10 20:45:15 -0400192
Patrick Williams12fc9392021-08-06 09:16:53 -0500193SUMMARY:${PN}-user-mgmt-ldap = "LDAP users and groups support"
194RDEPENDS:${PN}-user-mgmt-ldap = " \
Brad Bishopb52116a2020-08-10 20:45:15 -0400195 ${PN}-user-mgmt \
196 nss-pam-ldapd \
197 phosphor-ldap \
198 phosphor-nslcd-cert-config \
Brad Bishopb52116a2020-08-10 20:45:15 -0400199 "