blob: c2e843f2a83b62d7972b21b6315b082dfe23b96c [file] [log] [blame]
SUMMARY = "Fan policy for Witherspoon"
PR = "r1"
inherit native
inherit obmc-phosphor-license
inherit phosphor-dbus-monitor
SRC_URI += "file://air-cooled.yaml"
SRC_URI += "file://water-cooled.yaml"
do_install() {
install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml
install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml
}