Gunnar Mills | 9b6cc24 | 2017-06-26 11:35:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Phosphor zone conditions definition default data" |
| 2 | PR = "r1" |
Patrick Venture | ad91307 | 2018-11-03 16:31:40 -0700 | [diff] [blame] | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" |
Gunnar Mills | 9b6cc24 | 2017-06-26 11:35:38 -0500 | [diff] [blame] | 5 | |
| 6 | inherit native |
Gunnar Mills | 9b6cc24 | 2017-06-26 11:35:38 -0500 | [diff] [blame] | 7 | inherit phosphor-fan |
| 8 | |
| 9 | SRC_URI += "file://zone_conditions.yaml" |
| 10 | |
| 11 | S = "${WORKDIR}" |
| 12 | |
| 13 | do_install() { |
| 14 | DEST=${D}${control_datadir} |
| 15 | install -D zone_conditions.yaml ${DEST}/zone_conditions.yaml |
| 16 | } |