commit | b9101b059d48078430dc9990b71a0c33405f3f37 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Tue Jun 06 02:18:51 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 08 13:19:43 2017 +0000 |
tree | 4997d828e6a38774ddb17a5d223a26dd8a669735 | |
parent | 9f9431d71b7bf71502c99fa20e12ae88d93a906d [diff] |
debug-collector: modifying the yaml path Change-Id: I8152162aebd246776002776ce0bb79783726ae84 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/common/recipes-phosphor/debug/openpower-debug-collector-error-native.bb b/common/recipes-phosphor/debug/openpower-debug-collector-error-native.bb index a79f172..db103a8 100644 --- a/common/recipes-phosphor/debug/openpower-debug-collector-error-native.bb +++ b/common/recipes-phosphor/debug/openpower-debug-collector-error-native.bb
@@ -4,7 +4,7 @@ inherit native inherit obmc-phosphor-license -inherit phosphor-logging +inherit phosphor-dbus-yaml PROVIDES += "openpower-debug-collector-error-native" require openpower-debug-collector.inc @@ -13,7 +13,7 @@ do_install_append() { SRC=${S}/org/open_power - DEST=${error_yaml_dir}/org/open_power + DEST=${yaml_dir}/org/open_power install -d ${DEST} install ${SRC}/Host.errors.yaml ${DEST} }