summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-01-17 15:19:16 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-01-18 21:39:58 +0000
commit223aa02f5ea5763f31f62e899a12a11659a81e4b (patch)
tree250eb9b0b08933cd9d88ce523c81b49826239299 /meta-phosphor/classes
parent268ab21e3d030d462e8e6755547b389a9a292987 (diff)
downloadtalos-openbmc-223aa02f5ea5763f31f62e899a12a11659a81e4b.tar.gz
talos-openbmc-223aa02f5ea5763f31f62e899a12a11659a81e4b.zip
Incorporate new phosphor-chassis-state-manager in appropriate image
Change-Id: I39ca1fdfb7f549036b8eb27d7cfe9cd7309dcc54 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-image.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass
index 62b1c5f7c..3dbefa2bc 100644
--- a/meta-phosphor/classes/obmc-phosphor-image.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass
@@ -13,6 +13,7 @@
# - obmc-host-ipmi - OpenBMC Host IPMI
# - obmc-logging - OpenBMC logging management
# - obmc-host-state-mgmt - OpenBMC Host State Management
+# - obmc-chassis-state-mgmt - OpenBMC Chassis State Management
inherit core-image
inherit obmc-phosphor-license
@@ -30,6 +31,7 @@ FEATURE_PACKAGES_obmc-host-ipmi ?= "${@cf_enabled('obmc-host-ipmi', 'virtual-obm
FEATURE_PACKAGES_obmc-logging-mgmt ?= "${@df_enabled('obmc-logging-mgmt', 'virtual-obmc-logging-mgmt', d)}"
FEATURE_PACKAGES_obmc-host-ctl ?= "${@cf_enabled('obmc-host-ctl', 'virtual-obmc-host-ctl', d)}"
FEATURE_PACKAGES_obmc-host-state-mgmt ?= "${@cf_enabled('obmc-host-state-mgmt', 'virtual-obmc-host-state-mgmt', d)}"
+FEATURE_PACKAGES_obmc-chassis-state-mgmt ?= "${@cf_enabled('obmc-chassis-state-mgmt', 'virtual-obmc-chassis-state-mgmt', d)}"
# Install entire Phosphor application stack by default
IMAGE_FEATURES += " \
@@ -46,6 +48,7 @@ IMAGE_FEATURES += " \
obmc-host-ctl \
ssh-server-dropbear \
obmc-host-state-mgmt \
+ obmc-chassis-state-mgmt \
"
CORE_IMAGE_EXTRA_INSTALL_append = " bash \
OpenPOWER on IntegriCloud