Brad Bishop | d862894 | 2020-09-15 15:46:28 -0400 | [diff] [blame] | 1 | DESCRIPTION = "A basic OpenBMC image with no features enabled." |
Brad Bishop | d862894 | 2020-09-15 15:46:28 -0400 | [diff] [blame] | 2 | LICENSE = "Apache-2.0" |
3 | |||||
4 | inherit 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. | ||||
8 | ROOTFS_POSTPROCESS_COMMAND += "remove_etc_version ; " | ||||
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 9 | |
10 | IMAGE_LINGUAS = "" |