summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-01-17 11:34:02 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-01-23 15:02:53 +0000
commitbdaa6d2b8697133bb8bd3a3c8e21d0f5ab8b8c37 (patch)
treee87b3af829b4912fc630f547719cad9b12805785
parent80f2e68c1103944c4f535f0ab601a2d95b03ea29 (diff)
downloadtalos-openbmc-bdaa6d2b8697133bb8bd3a3c8e21d0f5ab8b8c37.tar.gz
talos-openbmc-bdaa6d2b8697133bb8bd3a3c8e21d0f5ab8b8c37.zip
Package installed error yaml files
All the packages that copy error yaml files to shared location for error log processing need to inherit phosphor-dbus-yaml base class. The error yaml files that are copied to the shared location need to be packaged, base class caters for packaging the files with the openpower-occ-control. Change-Id: Ia1d37b58e5f27d1237adcb0d550a4ae6d61e2f18 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb
index 9f7e52fe7..ff42d60d1 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb
@@ -6,7 +6,8 @@ PR = "r1"
inherit autotools \
pkgconfig \
obmc-phosphor-dbus-service \
- pythonnative
+ pythonnative \
+ phosphor-dbus-yaml
require ${PN}.inc
OpenPOWER on IntegriCloud