blob: 5a3a67826c866ee26c6e05cd720d637b2435b385 [file] [log] [blame]
Chau Ly5aa54cd2023-02-03 08:06:16 +00001FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
2
3# To delay turning off host when fan sensors are not detected yet
4# To use CurrentHostState to decide host state for phosphor-fan-monitor
5
6PACKAGECONFIG:append = " delay-host-control monitor-use-host-state"
7PACKAGECONFIG[delay-host-control] = "-Ddelay-host-control=20"
8PACKAGECONFIG[monitor-use-host-state] = "-Dmonitor-use-host-state=enabled"