1DESCRIPTION = "A basic OpenBMC image with no features enabled."
2LICENSE = "Apache-2.0"
3
4inherit obmc-phosphor-image
5
6# The /etc/version file is misleading and not useful.  Remove it.
7# Users should instead rely on /etc/os-release.
8ROOTFS_POSTPROCESS_COMMAND += "remove_etc_version ; "
9
10IMAGE_LINGUAS = ""
11