summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy-native.bb
blob: c478e12b772b86504e6f1b7992d5f616f52b8377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Event policy for Witherspoon"
PR = "r1"

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

SRC_URI += "file://config.yaml"

do_install() {
        install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml
}

OpenPOWER on IntegriCloud