Brad Bishop | 69eac0b | 2020-08-10 18:13:26 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Image with Phosphor, a software stack for hardware management \ |
| 2 | in devices with baseboard management controllers. The image supports the \ |
| 3 | full OpenBMC feature set for devices of all types." |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 4 | |
Brad Bishop | 0c434cc | 2018-12-05 07:03:22 -0500 | [diff] [blame] | 5 | IMAGE_LINGUAS = "" |
| 6 | |
Brad Bishop | 3132c98 | 2020-08-10 19:18:57 -0400 | [diff] [blame^] | 7 | IMAGE_FEATURES += " \ |
| 8 | obmc-bmc-state-mgmt \ |
| 9 | obmc-chassis-mgmt \ |
| 10 | obmc-chassis-state-mgmt \ |
| 11 | obmc-fan-control \ |
| 12 | obmc-fan-mgmt \ |
| 13 | obmc-flash-mgmt \ |
| 14 | obmc-host-ctl \ |
| 15 | obmc-host-ipmi \ |
| 16 | obmc-host-state-mgmt \ |
| 17 | obmc-inventory \ |
| 18 | obmc-leds \ |
| 19 | obmc-logging-mgmt \ |
| 20 | obmc-remote-logging-mgmt \ |
| 21 | obmc-net-ipmi \ |
| 22 | obmc-sensors \ |
| 23 | obmc-software \ |
| 24 | obmc-system-mgmt \ |
| 25 | obmc-user-mgmt \ |
| 26 | ssh-server-dropbear \ |
| 27 | obmc-debug-collector \ |
| 28 | obmc-network-mgmt \ |
| 29 | obmc-settings-mgmt \ |
| 30 | " |
| 31 | IMAGE_FEATURES_append_df-obmc-ubi-fs = " read-only-rootfs" |
| 32 | IMAGE_FEATURES_append_df-phosphor-mmc = " read-only-rootfs" |
| 33 | |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 34 | inherit obmc-phosphor-image |