summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-02-28 02:57:13 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-03-02 22:06:57 +0300
commit6c1caca70063aa707ba809a6b4695d0f0c5646f1 (patch)
tree84da2f29a60cb571686d3a4fb93f9d1f1189d989 /meta-openbmc-mods/meta-common/classes/obmc-phosphor-image-common.bbclass
parent9600a7403ba2848c8751280077503a3e0f2f3481 (diff)
downloadopenbmc-6c1caca70063aa707ba809a6b4695d0f0c5646f1.tar.xz
Update to internal 2020-02-27
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
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)}"