summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis-error-native_git.bb
blob: 76781cbdf487e36c2d1c98928dabacc3e458ea12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Copy error yaml files to known path for elog parsing"
PR = "r1"
PV = "1.0+git${SRCPV}"

inherit native
inherit phosphor-dbus-yaml

require witherspoon-pfault-analysis.inc

S = "${WORKDIR}/git"

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