blob: cda3f5dbbc36802cde836272b6ade2bcb0650c87 [file] [log] [blame]
Brad Bishop0e04b2e2019-05-13 13:45:49 -04001SUMMARY = "Phosphor zone events definition default data"
Brad Bishop0e04b2e2019-05-13 13:45:49 -04002LICENSE = "Apache-2.0"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04003LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Ed Tanous9936f862022-09-19 09:13:20 -07004PR = "r1"
Brad Bishop0e04b2e2019-05-13 13:45:49 -04005
Ed Tanous9936f862022-09-19 09:13:20 -07006SRC_URI = "file://events.yaml"
Brad Bishop0e04b2e2019-05-13 13:45:49 -04007
8S = "${WORKDIR}"
9
Ed Tanous9936f862022-09-19 09:13:20 -070010inherit allarch
11inherit phosphor-fan
Brad Bishop0e04b2e2019-05-13 13:45:49 -040012
13do_install() {
14 install -D events.yaml ${D}${control_datadir}/events.yaml
15}
16
Patrick Williams12fc9392021-08-06 09:16:53 -050017FILES:${PN} += "${control_datadir}/events.yaml"