Brad Bishop | 157ac41 | 2017-06-28 14:23:12 -0400 | [diff] [blame] | 1 | SUMMARY = "Thermal policy for Witherspoon" |
| 2 | PR = "r1" |
Patrick Venture | f13a621 | 2018-11-05 20:20:33 -0800 | [diff] [blame] | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" |
Brad Bishop | 157ac41 | 2017-06-28 14:23:12 -0400 | [diff] [blame] | 5 | |
| 6 | inherit native |
Brad Bishop | 157ac41 | 2017-06-28 14:23:12 -0400 | [diff] [blame] | 7 | inherit phosphor-dbus-monitor |
| 8 | |
| 9 | SRC_URI += "file://thermal-policy.yaml" |
| 10 | |
| 11 | do_install() { |
| 12 | install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml |
| 13 | } |