blob: 4d234c1993839a94ae93de5125c8fd844c79fcaa [file] [log] [blame]
Gunnar Mills0a8b1532017-08-15 15:45:07 -05001SUMMARY = "Power supply policy for Witherspoon"
2PR = "r1"
3
4inherit native
5inherit obmc-phosphor-license
6inherit phosphor-dbus-monitor
7
8SRC_URI += "file://power-supply-policy.yaml"
9
10do_install() {
11 install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml
12}