commit | cab598657fa2a71342db62b297d7f3d5038a38e4 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Jun 21 15:19:46 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jul 04 22:53:54 2018 +0000 |
tree | 783f4f3112c093ed9caa7224288ac5d2d9e46053 | |
parent | 243a674bdb40270656a098dd2bd51ac273687811 [diff] |
Fix openpower-ipmi-oem error yaml installation Need the ${D} in the copy destination. Tested: Check that the errors now show up in the elog-lookup.cpp file generated during the build by phosphor-logging. Change-Id: I70d0b0acde98c697cadd2c4c50f0f16088014ce2 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native.bb index 837d8b2..b029760 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native.bb +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native.bb
@@ -12,7 +12,7 @@ do_install_append() { SRC=${S}/org/open_power/OCC - DEST=${yaml_dir}/org/open_power/OCC + DEST=${D}${yaml_dir}/org/open_power/OCC install -d ${DEST} install ${SRC}/Metrics.errors.yaml ${DEST} install ${SRC}/Metrics.metadata.yaml ${DEST}