summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-06-21 23:19:46 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-05 01:53:54 +0300
commitcab598657fa2a71342db62b297d7f3d5038a38e4 (patch)
tree783f4f3112c093ed9caa7224288ac5d2d9e46053 /meta-openbmc-machines
parent243a674bdb40270656a098dd2bd51ac273687811 (diff)
downloadopenbmc-cab598657fa2a71342db62b297d7f3d5038a38e4.tar.xz
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>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native.bb2
1 files changed, 1 insertions, 1 deletions
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 837d8b2569..b02976074a 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 @@ S = "${WORKDIR}/git"
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}