blob: b7da45c01f6fb0cc167b006edac03f27c53cf005 [file] [log] [blame]
Brad Bishopff463bf2017-05-31 14:10:55 -04001SUMMARY = "Fan policy for Witherspoon"
2PR = "r1"
3
4inherit native
5inherit obmc-phosphor-license
6inherit phosphor-dbus-monitor
7
8SRC_URI += "file://air-cooled.yaml"
9SRC_URI += "file://water-cooled.yaml"
Gunnar Mills557e1ec2017-10-30 16:43:57 -050010SRC_URI += "file://fan-errors.yaml"
Brad Bishopff463bf2017-05-31 14:10:55 -040011
12do_install() {
13 install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml
14 install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml
Gunnar Mills557e1ec2017-10-30 16:43:57 -050015 install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml
Brad Bishopff463bf2017-05-31 14:10:55 -040016}