summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-06-21 15:19:46 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-04 22:53:54 +0000
commitcab598657fa2a71342db62b297d7f3d5038a38e4 (patch)
tree783f4f3112c093ed9caa7224288ac5d2d9e46053
parent243a674bdb40270656a098dd2bd51ac273687811 (diff)
downloadtalos-openbmc-cab598657fa2a71342db62b297d7f3d5038a38e4.tar.gz
talos-openbmc-cab598657fa2a71342db62b297d7f3d5038a38e4.zip
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>
-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 837d8b256..b02976074 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}
OpenPOWER on IntegriCloud