summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass')
-rw-r--r--meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass b/meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass
index 802fa2bd5..7db3fa4a6 100644
--- a/meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass
+++ b/meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass
@@ -4,7 +4,6 @@ inherit systemd-watchdog
IMAGE_INSTALL_append = " \
bmcweb \
dbus-broker \
- dtc \
entity-manager \
ipmitool \
intel-ipmi-oem \
@@ -12,7 +11,6 @@ IMAGE_INSTALL_append = " \
phosphor-node-manager-proxy \
dbus-sensors \
phosphor-webui \
- rest-dbus-static \
at-scale-debug \
phosphor-pid-control \
phosphor-host-postd \
@@ -42,6 +40,8 @@ IMAGE_INSTALL_append = " \
security-registers-check \
pch-time-sync \
nv-sync \
+ security-manager \
+ multi-node-nl \
"
IMAGE_INSTALL_append = "${@bb.utils.contains('IMAGE_FSTYPES', 'intel-pfr', 'intel-pfr-manager', '', d)}"