blob: 1da216c1df026a592b4612f245a294604675cd99 [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 \
9 ${PN}-chassis-state-mgmt \
Brad Bishop8c09b142020-08-11 08:20:31 -040010 ${PN}-console \
Brad Bishopa2429372016-09-06 22:44:21 -040011 ${PN}-extras \
Brad Bishope3fe5782020-08-10 20:20:47 -040012 ${PN}-devtools \
Brad Bishop4824d4c2017-05-01 11:54:34 -040013 ${PN}-fan-control \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050014 ${PN}-host-state-mgmt \
Brad Bishop4f12f722017-02-01 21:04:14 -050015 ${PN}-inventory \
16 ${PN}-leds \
Brad Bishopeca8d7c2018-03-23 13:07:46 -040017 ${PN}-logging \
Brad Bishop0f1b05d2018-10-16 11:02:54 -050018 ${PN}-remote-logging \
Brad Bishop8c09b142020-08-11 08:20:31 -040019 ${PN}-rng \
Brad Bishop4f12f722017-02-01 21:04:14 -050020 ${PN}-sensors \
Gunnar Mills058788a2017-02-15 16:01:45 -060021 ${PN}-software \
Andrew Geisslerb1afecc2017-05-08 15:58:01 -050022 ${PN}-host-check-mgmt \
Jayanth Othayoth9be81b12017-05-08 09:25:05 -050023 ${PN}-debug-collector \
Deepak Kodihallifeb88672017-05-17 06:42:51 -050024 ${PN}-settings \
Ratan Guptad3c61642017-07-06 21:09:14 +053025 ${PN}-network \
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +053026 ${PN}-user-mgmt \
Brad Bishop93fb5352015-09-09 03:59:20 +000027 "
28
Brad Bishopdb32a7c2017-03-01 16:16:06 -050029SUMMARY_${PN}-bmc-state-mgmt = "BMC state management"
30RDEPENDS_${PN}-bmc-state-mgmt = " \
31 ${VIRTUAL-RUNTIME_obmc-bmc-state-manager} \
Andrew Geissler2138fde2019-08-14 10:01:10 -050032 phosphor-state-manager-systemd-target-monitor \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050033 "
34
35SUMMARY_${PN}-chassis-state-mgmt = "Chassis state management"
36RDEPENDS_${PN}-chassis-state-mgmt = " \
37 ${VIRTUAL-RUNTIME_obmc-chassis-state-manager} \
Anthony Wilsoncd800c82019-03-30 08:11:32 -070038 obmc-phosphor-power \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050039 "
40
Brad Bishop8c09b142020-08-11 08:20:31 -040041SUMMARY_${PN}-console = "Serial over LAN support"
42RDEPENDS_${PN}-console = " \
43 obmc-console \
44 "
45
Brad Bishopa2429372016-09-06 22:44:21 -040046SUMMARY_${PN}-extras = "Extra features"
47RDEPENDS_${PN}-extras = " \
Ed Tanouse6e93cd2018-09-18 08:46:34 -070048 bmcweb \
Ed Tanous1c510162019-06-12 14:35:33 -070049 phosphor-bmcweb-cert-config \
Marri Devender Raof085a4b2019-06-13 06:50:49 -050050 phosphor-nslcd-cert-config \
51 phosphor-nslcd-authority-cert-config \
Eddie Jamesdc4735c2019-04-10 15:13:03 +000052 obmc-ikvm \
Brad Bishop0f547b12017-05-31 14:08:33 -040053 phosphor-dbus-monitor \
Brad Bishop70436da2015-09-16 14:49:27 -040054 "
55
Brad Bishope3fe5782020-08-10 20:20:47 -040056SUMMARY_${PN}-devtools = "Development tools"
57RDEPENDS_${PN}-devtools = " \
58 bash \
Brad Bishop8c09b142020-08-11 08:20:31 -040059 ffdc \
Brad Bishope3fe5782020-08-10 20:20:47 -040060 i2c-tools \
James Feist3acedc52019-05-30 11:58:40 -070061 libgpiod-tools \
Brad Bishope3fe5782020-08-10 20:20:47 -040062 lrzsz \
63 rsync \
Adriana Kobylak6adca3a2017-11-09 10:39:02 -060064 "
65
Brad Bishop4824d4c2017-05-01 11:54:34 -040066# Use the fan control package group for applications
67# implementing fan control or system fan policy only.
68# Applications that create inventory or sensors should
69# be added those respective package groups instead.
70SUMMARY_${PN}-fan-control = "Fan control"
71RDEPENDS_${PN}-fan-control = " \
Matt Spinlerc133ec12017-04-19 08:23:50 -050072 ${VIRTUAL-RUNTIME_obmc-fan-control} \
Matt Spinlerdd7a0802017-05-01 14:29:20 -050073 phosphor-fan-monitor \
Brad Bishop4824d4c2017-05-01 11:54:34 -040074 "
75
Brad Bishopdb32a7c2017-03-01 16:16:06 -050076SUMMARY_${PN}-host-state-mgmt = "Host state management"
77RDEPENDS_${PN}-host-state-mgmt = " \
78 ${VIRTUAL-RUNTIME_obmc-host-state-manager} \
Michael Tritzb3b58992017-03-31 12:04:32 -050079 ${VIRTUAL-RUNTIME_obmc-discover-system-state} \
Brad Bishopdb32a7c2017-03-01 16:16:06 -050080 "
81
Brad Bishop4f12f722017-02-01 21:04:14 -050082SUMMARY_${PN}-inventory = "Inventory applications"
83RDEPENDS_${PN}-inventory = " \
84 ${VIRTUAL-RUNTIME_obmc-inventory-manager} \
Matthew Barthacd9fe42017-02-24 13:14:43 -060085 ${VIRTUAL-RUNTIME_obmc-fan-presence} \
Brad Bishop4f12f722017-02-01 21:04:14 -050086 "
87
88SUMMARY_${PN}-leds = "LED applications"
89RDEPENDS_${PN}-leds = " \
Brad Bishopaf7d0602017-02-27 11:59:49 -050090 ${VIRTUAL-RUNTIME_obmc-leds-manager} \
91 ${VIRTUAL-RUNTIME_obmc-leds-sysfs} \
Dhruvaraj Subhashchandran6a1b0fc2017-04-27 05:29:56 -050092 ${VIRTUAL-RUNTIME_obmc-led-monitor} \
Brad Bishop4f12f722017-02-01 21:04:14 -050093 "
94
Brad Bishopeca8d7c2018-03-23 13:07:46 -040095SUMMARY_${PN}-logging = "Logging applications"
96RDEPENDS_${PN}-logging = " \
97 phosphor-logging \
Brad Bishop0f1b05d2018-10-16 11:02:54 -050098 "
99
100SUMMARY_${PN}-remote-logging = "Remote logging applications"
101RDEPENDS_${PN}-remote-logging = " \
Deepak Kodihallif9e9cc62018-08-21 06:40:53 -0500102 rsyslog \
Deepak Kodihalli04aa22f2018-08-28 11:39:41 -0500103 phosphor-rsyslog-config \
Brad Bishopeca8d7c2018-03-23 13:07:46 -0400104 "
105
Brad Bishop8c09b142020-08-11 08:20:31 -0400106SUMMARY_${PN}-rng = "Random Number Generator support"
107RDEPENDS_${PN}-rng = " \
108 rng-tools \
109 "
110
Brad Bishop4f12f722017-02-01 21:04:14 -0500111SUMMARY_${PN}-sensors = "Sensor applications"
112RDEPENDS_${PN}-sensors = " \
113 ${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
114 "
Gunnar Mills058788a2017-02-15 16:01:45 -0600115
Lei YU4de51f02019-05-06 14:35:27 +0800116${PN}-software-extras = ""
Brad Bishop8623bbe2018-03-09 00:04:00 -0500117
Eddie Jamesb2b7ff62018-02-09 11:59:18 -0600118${PN}-software-extras_df-obmc-ubi-fs = " \
Adriana Kobylakc763ceb2018-06-04 13:06:52 -0500119 phosphor-software-manager-updater-ubi \
Eddie Jamesb2b7ff62018-02-09 11:59:18 -0600120 "
Brad Bishop8623bbe2018-03-09 00:04:00 -0500121
Adriana Kobylak88ec2af2020-06-04 14:03:03 -0500122${PN}-software-extras_df-phosphor-mmc = " \
123 phosphor-software-manager-updater-mmc \
124 "
125
Gunnar Mills058788a2017-02-15 16:01:45 -0600126SUMMARY_${PN}-software = "Software applications"
127RDEPENDS_${PN}-software = " \
Deepak Kodihallib74ceea2017-04-13 23:23:42 -0500128 ${VIRTUAL-RUNTIME_obmc-bmc-download-mgr} \
Gunnar Millscfe00842017-05-15 15:40:58 -0500129 ${VIRTUAL-RUNTIME_obmc-bmc-updater} \
Andrew Geisslera30470f2018-02-09 12:50:57 -0800130 ${VIRTUAL-RUNTIME_obmc-bmc-version} \
Brad Bishop8623bbe2018-03-09 00:04:00 -0500131 ${${PN}-software-extras} \
Andrew Geisslera30470f2018-02-09 12:50:57 -0800132 "
133
Jayanth Othayoth9be81b12017-05-08 09:25:05 -0500134SUMMARY_${PN}-debug-collector = "BMC debug collector"
135RDEPENDS_${PN}-debug-collector = " \
Jayanth Othayoth2a5d91e2017-05-31 06:25:55 -0500136 ${VIRTUAL-RUNTIME_obmc-dump-manager} \
137 ${VIRTUAL-RUNTIME_obmc-dump-monitor} \
Jayanth Othayothf4e66072017-07-29 22:28:44 -0500138 phosphor-debug-collector-dreport \
Marri Devender Raob6e5cb02017-10-11 02:22:46 -0500139 phosphor-debug-collector-scripts \
Vishwanatha Subbannadfd5bf32017-05-12 23:31:55 +0530140 "
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500141
142SUMMARY_${PN}-settings = "Settings applications"
143RDEPENDS_${PN}-settings = " \
Brad Bishop8ad1c1f2020-03-19 16:14:54 -0400144 phosphor-settings-manager \
Deepak Kodihallifeb88672017-05-17 06:42:51 -0500145 "
Ratan Guptad3c61642017-07-06 21:09:14 +0530146
147SUMMARY_${PN}-network = "BMC Network Manager"
148RDEPENDS_${PN}-network = " \
149 ${VIRTUAL-RUNTIME_obmc-network-manager} \
150 "
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530151
152SUMMARY_${PN}-user-mgmt = "User management applications"
153RDEPENDS_${PN}-user-mgmt = " \
154 ${VIRTUAL-RUNTIME_obmc-user-mgmt} \
Ratan Gupta07a08c92018-09-03 08:41:52 +0530155 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'nss-pam-ldapd', '', d)} \
Nagaraju Gorugantidf045f12018-09-03 21:56:42 -0500156 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'phosphor-ldap', '', d)} \
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +0530157 "
Brad Bishop8c09b142020-08-11 08:20:31 -0400158RRECOMMENDS_${PN}-user-mgmt = " \
159 pam-plugin-access \
160 "