Ratan Gupta | 9a958c0 | 2017-10-31 19:57:02 +0530 | [diff] [blame] | 1 | SUMMARY = "Event policy for Witherspoon" |
2 | PR = "r1" | ||||
3 | |||||
4 | inherit native | ||||
5 | inherit obmc-phosphor-license | ||||
6 | inherit phosphor-dbus-monitor | ||||
7 | |||||
8 | SRC_URI += "file://config.yaml" | ||||
9 | |||||
10 | do_install() { | ||||
11 | install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml | ||||
12 | } | ||||
13 |