blob: 563f80e30a13d6c6f3346a5c928a3a8d01428a4d [file] [log] [blame]
Gunnar Mills0a8b1532017-08-15 15:45:07 -05001SUMMARY = "Power supply 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"
Gunnar Mills0a8b1532017-08-15 15:45:07 -05005
6inherit native
Gunnar Mills0a8b1532017-08-15 15:45:07 -05007inherit phosphor-dbus-monitor
8
9SRC_URI += "file://power-supply-policy.yaml"
10
11do_install() {
12 install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml
13}