blob: 9d42d78c9ba47419c91d387516ddd7cbc3bbef4d [file] [log] [blame]
Matthew Barth5f26abf2017-05-24 17:06:13 -05001SUMMARY = "Phosphor zone events definition default data"
2PR = "r1"
Patrick Venture71199e32018-11-03 16:30:43 -07003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
Matthew Barth5f26abf2017-05-24 17:06:13 -05005
6inherit native
Matthew Barth5f26abf2017-05-24 17:06:13 -05007inherit phosphor-fan
8
9SRC_URI += "file://events.yaml"
10
11S = "${WORKDIR}"
12
13do_install() {
14 DEST=${D}${control_datadir}
15 install -D events.yaml ${DEST}/events.yaml
16}