blob: 0806ada23114c7a9ff511350bf687efdc68d6f57 [file] [log] [blame]
Brad Bishop69eac0b2020-08-10 18:13:26 -04001DESCRIPTION = "Image with Phosphor, a software stack for hardware management \
2in devices with baseboard management controllers. The image supports the \
3full OpenBMC feature set for devices of all types."
Ed Tanous9936f862022-09-19 09:13:20 -07004LICENSE = "Apache-2.0"
5
6inherit obmc-phosphor-image
7
8# The /etc/version file is misleading and not useful. Remove it.
9# Users should instead rely on /etc/os-release.
10ROOTFS_POSTPROCESS_COMMAND += "remove_etc_version ; "
Brad Bishop93fb5352015-09-09 03:59:20 +000011
Brad Bishop0c434cc2018-12-05 07:03:22 -050012IMAGE_LINGUAS = ""
Brad Bishop3132c982020-08-10 19:18:57 -040013IMAGE_FEATURES += " \
14 obmc-bmc-state-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -040015 obmc-bmcweb \
Brad Bishop3132c982020-08-10 19:18:57 -040016 obmc-chassis-mgmt \
17 obmc-chassis-state-mgmt \
Brad Bishop8c09b142020-08-11 08:20:31 -040018 obmc-console \
Brad Bishope3fe5782020-08-10 20:20:47 -040019 obmc-devtools \
Brad Bishop3132c982020-08-10 19:18:57 -040020 obmc-fan-control \
21 obmc-fan-mgmt \
22 obmc-flash-mgmt \
Brad Bishopc1371fd2020-08-18 19:30:11 -040023 obmc-fru-ipmi \
Vijay Khemkad549dee2020-09-08 11:56:19 -070024 obmc-health-monitor \
Brad Bishop3132c982020-08-10 19:18:57 -040025 obmc-host-ctl \
26 obmc-host-ipmi \
27 obmc-host-state-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -040028 obmc-ikvm \
Brad Bishop3132c982020-08-10 19:18:57 -040029 obmc-inventory \
30 obmc-leds \
31 obmc-logging-mgmt \
32 obmc-remote-logging-mgmt \
Brad Bishop8c09b142020-08-11 08:20:31 -040033 obmc-rng \
Brad Bishop3132c982020-08-10 19:18:57 -040034 obmc-net-ipmi \
35 obmc-sensors \
36 obmc-software \
Patrick Williams5a5f33c2021-11-03 10:35:37 -050037 obmc-system-mgmt \
Brad Bishop3132c982020-08-10 19:18:57 -040038 obmc-user-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -040039 obmc-user-mgmt-ldap \
Brad Bishop3c2460a2020-08-10 19:26:43 -040040 ${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', 'read-only-rootfs', '', d)} \
41 ${@bb.utils.contains('DISTRO_FEATURES', 'phosphor-mmc', 'read-only-rootfs', '', d)} \
Brad Bishop3132c982020-08-10 19:18:57 -040042 ssh-server-dropbear \
43 obmc-debug-collector \
44 obmc-network-mgmt \
45 obmc-settings-mgmt \
Wludzik, Jozefe9defc02021-01-28 09:36:34 +010046 obmc-telemetry \
Brad Bishop3132c982020-08-10 19:18:57 -040047 "
Brad Bishop4041ba52020-08-10 19:58:36 -040048# The shadow recipe provides the binaries(like useradd, usermod) needed by the
49# phosphor-user-manager.
Patrick Williams12fc9392021-08-06 09:16:53 -050050ROOTFS_RO_UNNEEDED:remove = "shadow"