blob: e57fc9162cc7393c529a74e77aa9a469dad17465 [file] [log] [blame]
Matt Spinler1696ec22017-08-14 13:27:09 -05001SUMMARY = "Copy error yaml files to known path for elog parsing"
2PR = "r1"
Patrick Venture5179eee2018-10-26 09:37:00 -07003PV = "1.0+git${SRCPV}"
Matt Spinler1696ec22017-08-14 13:27:09 -05004
5inherit native
6inherit obmc-phosphor-license
7inherit phosphor-dbus-yaml
8
Matt Spinler1696ec22017-08-14 13:27:09 -05009require witherspoon-pfault-analysis.inc
10
11S = "${WORKDIR}/git"
12
13do_install_append() {
Brandon Wyman9b71a932017-10-06 14:06:07 -050014 SRC=${S}/org/open_power/Witherspoon
Matt Spinler7472ec42018-03-21 08:23:42 -050015 DEST=${D}${yaml_dir}/org/open_power/Witherspoon
Matt Spinler1696ec22017-08-14 13:27:09 -050016 install -d ${DEST}
17 install ${SRC}/Fault.errors.yaml ${DEST}
Matt Spinler200e5012017-09-19 14:02:40 -050018 install ${SRC}/Fault.metadata.yaml ${DEST}
Matt Spinler1696ec22017-08-14 13:27:09 -050019}