summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native_git.bb
blob: 6f3b79821f65a6f5a18c972dcdb0a840e032c94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Copy error yaml files to known path for elog parsing"

PR = "r1"
PV = "1.0+git${SRCPV}"

inherit phosphor-dbus-yaml
inherit native

require openpower-ipmi-oem.inc

S = "${WORKDIR}/git"

do_install:append() {
    SRC=${S}/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}
}