summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native.bb
blob: 837d8b25692ba2dd67e6ac990c457fe253350bc5 (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"

inherit native
inherit obmc-phosphor-license
inherit phosphor-dbus-yaml

require openpower-ipmi-oem.inc

S = "${WORKDIR}/git"

do_install_append() {
    SRC=${S}/org/open_power/OCC
    DEST=${yaml_dir}/org/open_power/OCC
    install -d ${DEST}
    install ${SRC}/Metrics.errors.yaml ${DEST}
    install ${SRC}/Metrics.metadata.yaml ${DEST}
}