blob: ea87fb1f89bfb5b19a69a534c6a6f6ae3f8288dd [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."
Brad Bishop93fb5352015-09-09 03:59:20 +00004
Brad Bishop0c434cc2018-12-05 07:03:22 -05005IMAGE_LINGUAS = ""
6
Brad Bishop3132c982020-08-10 19:18:57 -04007IMAGE_FEATURES += " \
8 obmc-bmc-state-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -04009 obmc-bmcweb \
Brad Bishop3132c982020-08-10 19:18:57 -040010 obmc-chassis-mgmt \
11 obmc-chassis-state-mgmt \
Brad Bishop8c09b142020-08-11 08:20:31 -040012 obmc-console \
Brad Bishopb52116a2020-08-10 20:45:15 -040013 obmc-dbus-monitor \
Brad Bishope3fe5782020-08-10 20:20:47 -040014 obmc-devtools \
Brad Bishop3132c982020-08-10 19:18:57 -040015 obmc-fan-control \
16 obmc-fan-mgmt \
17 obmc-flash-mgmt \
Vijay Khemkad549dee2020-09-08 11:56:19 -070018 obmc-health-monitor \
Brad Bishop3132c982020-08-10 19:18:57 -040019 obmc-host-ctl \
20 obmc-host-ipmi \
21 obmc-host-state-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -040022 obmc-ikvm \
Brad Bishop3132c982020-08-10 19:18:57 -040023 obmc-inventory \
24 obmc-leds \
25 obmc-logging-mgmt \
26 obmc-remote-logging-mgmt \
Brad Bishop8c09b142020-08-11 08:20:31 -040027 obmc-rng \
Brad Bishop3132c982020-08-10 19:18:57 -040028 obmc-net-ipmi \
29 obmc-sensors \
30 obmc-software \
31 obmc-system-mgmt \
32 obmc-user-mgmt \
Brad Bishopb52116a2020-08-10 20:45:15 -040033 obmc-user-mgmt-ldap \
Brad Bishop3c2460a2020-08-10 19:26:43 -040034 ${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', 'read-only-rootfs', '', d)} \
35 ${@bb.utils.contains('DISTRO_FEATURES', 'phosphor-mmc', 'read-only-rootfs', '', d)} \
Brad Bishop3132c982020-08-10 19:18:57 -040036 ssh-server-dropbear \
37 obmc-debug-collector \
38 obmc-network-mgmt \
39 obmc-settings-mgmt \
40 "
Brad Bishop3132c982020-08-10 19:18:57 -040041
Brad Bishopce3365c2020-08-10 20:02:38 -040042LICENSE = "Apache-2.0"
43
Brad Bishop93fb5352015-09-09 03:59:20 +000044inherit obmc-phosphor-image
Brad Bishop4041ba52020-08-10 19:58:36 -040045
46# The /etc/version file is misleading and not useful. Remove it.
47# Users should instead rely on /etc/os-release.
48ROOTFS_POSTPROCESS_COMMAND += "remove_etc_version ; "
49
50# Disable the pager to prevent systemd injecting control characters into the
51# output stream that are not interpreted by busybox tools.
52ROOTFS_POSTPROCESS_COMMAND += "disable_systemd_pager ; "
53
54# The shadow recipe provides the binaries(like useradd, usermod) needed by the
55# phosphor-user-manager.
56ROOTFS_RO_UNNEEDED_remove = "shadow"