commit | bdaa6d2b8697133bb8bd3a3c8e21d0f5ab8b8c37 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Wed Jan 17 11:34:02 2018 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jan 23 15:02:53 2018 +0000 |
tree | e87b3af829b4912fc630f547719cad9b12805785 | |
parent | 80f2e68c1103944c4f535f0ab601a2d95b03ea29 [diff] |
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>
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 9f7e52f..ff42d60 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 @@ inherit autotools \ pkgconfig \ obmc-phosphor-dbus-service \ - pythonnative + pythonnative \ + phosphor-dbus-yaml require ${PN}.inc