blob: c12b188c0e677a82bc6a0515ae6a89587c7dd1ef [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 \
9 obmc-chassis-mgmt \
10 obmc-chassis-state-mgmt \
Brad Bishope3fe5782020-08-10 20:20:47 -040011 obmc-devtools \
Brad Bishop3132c982020-08-10 19:18:57 -040012 obmc-fan-control \
13 obmc-fan-mgmt \
14 obmc-flash-mgmt \
15 obmc-host-ctl \
16 obmc-host-ipmi \
17 obmc-host-state-mgmt \
18 obmc-inventory \
19 obmc-leds \
20 obmc-logging-mgmt \
21 obmc-remote-logging-mgmt \
22 obmc-net-ipmi \
23 obmc-sensors \
24 obmc-software \
25 obmc-system-mgmt \
26 obmc-user-mgmt \
Brad Bishop3c2460a2020-08-10 19:26:43 -040027 ${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', 'read-only-rootfs', '', d)} \
28 ${@bb.utils.contains('DISTRO_FEATURES', 'phosphor-mmc', 'read-only-rootfs', '', d)} \
Brad Bishop3132c982020-08-10 19:18:57 -040029 ssh-server-dropbear \
30 obmc-debug-collector \
31 obmc-network-mgmt \
32 obmc-settings-mgmt \
33 "
Brad Bishop3132c982020-08-10 19:18:57 -040034
Brad Bishopce3365c2020-08-10 20:02:38 -040035LICENSE = "Apache-2.0"
36
Brad Bishop93fb5352015-09-09 03:59:20 +000037inherit obmc-phosphor-image
Brad Bishop4041ba52020-08-10 19:58:36 -040038
39# The /etc/version file is misleading and not useful. Remove it.
40# Users should instead rely on /etc/os-release.
41ROOTFS_POSTPROCESS_COMMAND += "remove_etc_version ; "
42
43# Disable the pager to prevent systemd injecting control characters into the
44# output stream that are not interpreted by busybox tools.
45ROOTFS_POSTPROCESS_COMMAND += "disable_systemd_pager ; "
46
47# The shadow recipe provides the binaries(like useradd, usermod) needed by the
48# phosphor-user-manager.
49ROOTFS_RO_UNNEEDED_remove = "shadow"