Brad Bishop | 157ac41 | 2017-06-28 14:23:12 -0400 | [diff] [blame] | 1 | SUMMARY = "Thermal policy for Witherspoon" |
2 | PR = "r1" | ||||
3 | |||||
4 | inherit native | ||||
5 | inherit obmc-phosphor-license | ||||
6 | inherit phosphor-dbus-monitor | ||||
7 | |||||
8 | SRC_URI += "file://thermal-policy.yaml" | ||||
9 | |||||
10 | do_install() { | ||||
11 | install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml | ||||
12 | } |