blob: 2d9137705a5f3f6c549b9e48ba9712af303ca1ea [file] [log] [blame]
Brad Bishopd8628942020-09-15 15:46:28 -04001DESCRIPTION = "A basic OpenBMC image with no features enabled."
2
3IMAGE_LINGUAS = ""
4LICENSE = "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 ; "
11
12# Disable the pager to prevent systemd injecting control characters into the
13# output stream that are not interpreted by busybox tools.
14ROOTFS_POSTPROCESS_COMMAND += "disable_systemd_pager ; "