blob: 740b194adf22ba03ef4a34ec3b09725b0d554ae8 [file] [log] [blame]
SUMMARY = "Phosphor zone events definition default data"
PR = "r1"
inherit native
inherit obmc-phosphor-license
inherit phosphor-fan
SRC_URI += "file://events.yaml"
S = "${WORKDIR}"
do_install() {
DEST=${D}${control_datadir}
install -D events.yaml ${DEST}/events.yaml
}