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