blob: 563f80e30a13d6c6f3346a5c928a3a8d01428a4d [file] [log] [blame]
Gunnar Mills55651ee2017-08-15 15:45:07 -05001SUMMARY = "Power supply policy for Witherspoon"
2PR = "r1"
Patrick Ventured2a74432018-11-05 20:21:09 -08003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
Gunnar Mills55651ee2017-08-15 15:45:07 -05005
6inherit native
Gunnar Mills55651ee2017-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}