summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy-native.bb
blob: 4d234c1993839a94ae93de5125c8fd844c79fcaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Power supply policy for Witherspoon"
PR = "r1"

inherit native
inherit obmc-phosphor-license
inherit phosphor-dbus-monitor

SRC_URI += "file://power-supply-policy.yaml"

do_install() {
        install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml
}
OpenPOWER on IntegriCloud