Brad Bishop | fb76857 | 2020-09-15 15:46:28 -0400 | [diff] [blame] | 1 | DESCRIPTION = "A basic OpenBMC image with no features enabled." |
| 2 | |
| 3 | IMAGE_LINGUAS = "" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | |
| 6 | inherit 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. |
| 10 | ROOTFS_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. |
| 14 | ROOTFS_POSTPROCESS_COMMAND += "disable_systemd_pager ; " |