| Gunnar Mills | c8228da | 2017-06-26 11:35:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Phosphor zone conditions definition default data" |
| 2 | PR = "r1" | ||||
| 3 | |||||
| 4 | inherit native | ||||
| 5 | inherit obmc-phosphor-license | ||||
| 6 | inherit phosphor-fan | ||||
| 7 | |||||
| 8 | SRC_URI += "file://zone_conditions.yaml" | ||||
| 9 | |||||
| 10 | S = "${WORKDIR}" | ||||
| 11 | |||||
| 12 | do_install() { | ||||
| 13 | DEST=${D}${control_datadir} | ||||
| 14 | install -D zone_conditions.yaml ${DEST}/zone_conditions.yaml | ||||
| 15 | } | ||||