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