blob: 070fceeecf8e9ff766e1381f632c263ccaa807ae [file] [log] [blame]
Brad Bishopff463bf2017-05-31 14:10:55 -04001SUMMARY = "Fan policy for Witherspoon"
2PR = "r1"
Brad Bishop6738f352018-11-07 13:04:06 -08003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
Brad Bishopff463bf2017-05-31 14:10:55 -04005
6inherit native
Brad Bishopff463bf2017-05-31 14:10:55 -04007inherit phosphor-dbus-monitor
8
9SRC_URI += "file://air-cooled.yaml"
10SRC_URI += "file://water-cooled.yaml"
Gunnar Mills557e1ec2017-10-30 16:43:57 -050011SRC_URI += "file://fan-errors.yaml"
Brad Bishopff463bf2017-05-31 14:10:55 -040012
13do_install() {
14 install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml
15 install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml
Gunnar Mills557e1ec2017-10-30 16:43:57 -050016 install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml
Brad Bishopff463bf2017-05-31 14:10:55 -040017}