Brad Bishop | 1a757e0 | 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 | c2207ad | 2018-12-05 07:03:22 -0500 | [diff] [blame] | 5 | IMAGE_LINGUAS = "" |
| 6 | |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 7 | IMAGE_FEATURES += " \ |
| 8 | obmc-bmc-state-mgmt \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 9 | obmc-bmcweb \ |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 10 | obmc-chassis-mgmt \ |
| 11 | obmc-chassis-state-mgmt \ |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 12 | obmc-console \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 13 | obmc-dbus-monitor \ |
Brad Bishop | 113fe56 | 2020-08-10 20:20:47 -0400 | [diff] [blame] | 14 | obmc-devtools \ |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 15 | obmc-fan-control \ |
| 16 | obmc-fan-mgmt \ |
| 17 | obmc-flash-mgmt \ |
Brad Bishop | 4525a9d | 2020-08-18 19:30:11 -0400 | [diff] [blame] | 18 | obmc-fru-ipmi \ |
Vijay Khemka | 67a3c57 | 2020-09-08 11:56:19 -0700 | [diff] [blame] | 19 | obmc-health-monitor \ |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 20 | obmc-host-ctl \ |
| 21 | obmc-host-ipmi \ |
| 22 | obmc-host-state-mgmt \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 23 | obmc-ikvm \ |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 24 | obmc-inventory \ |
| 25 | obmc-leds \ |
| 26 | obmc-logging-mgmt \ |
| 27 | obmc-remote-logging-mgmt \ |
Brad Bishop | 94bf53d | 2020-08-11 08:20:31 -0400 | [diff] [blame] | 28 | obmc-rng \ |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 29 | obmc-net-ipmi \ |
| 30 | obmc-sensors \ |
| 31 | obmc-software \ |
| 32 | obmc-system-mgmt \ |
| 33 | obmc-user-mgmt \ |
Brad Bishop | 7463d6d | 2020-08-10 20:45:15 -0400 | [diff] [blame] | 34 | obmc-user-mgmt-ldap \ |
Brad Bishop | 36aaf57 | 2020-08-10 19:26:43 -0400 | [diff] [blame] | 35 | ${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', 'read-only-rootfs', '', d)} \ |
| 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'phosphor-mmc', 'read-only-rootfs', '', d)} \ |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 37 | ssh-server-dropbear \ |
| 38 | obmc-debug-collector \ |
| 39 | obmc-network-mgmt \ |
| 40 | obmc-settings-mgmt \ |
| 41 | " |
Brad Bishop | 758f969 | 2020-08-10 19:18:57 -0400 | [diff] [blame] | 42 | |
Brad Bishop | 92cadf3 | 2020-08-10 20:02:38 -0400 | [diff] [blame] | 43 | LICENSE = "Apache-2.0" |
| 44 | |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 45 | inherit obmc-phosphor-image |
Brad Bishop | 1e92fef | 2020-08-10 19:58:36 -0400 | [diff] [blame] | 46 | |
| 47 | # The /etc/version file is misleading and not useful. Remove it. |
| 48 | # Users should instead rely on /etc/os-release. |
| 49 | ROOTFS_POSTPROCESS_COMMAND += "remove_etc_version ; " |
| 50 | |
Brad Bishop | 1e92fef | 2020-08-10 19:58:36 -0400 | [diff] [blame] | 51 | # The shadow recipe provides the binaries(like useradd, usermod) needed by the |
| 52 | # phosphor-user-manager. |
| 53 | ROOTFS_RO_UNNEEDED_remove = "shadow" |