Ratan Gupta | 9a958c0 | 2017-10-31 19:57:02 +0530 | [diff] [blame] | 1 | SUMMARY = "Event policy for Witherspoon" |
| 2 | PR = "r1" |
Patrick Venture | 2882eb9 | 2018-11-05 20:19:41 -0800 | [diff] [blame] | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" |
Ratan Gupta | 9a958c0 | 2017-10-31 19:57:02 +0530 | [diff] [blame] | 5 | |
| 6 | inherit native |
Ratan Gupta | 9a958c0 | 2017-10-31 19:57:02 +0530 | [diff] [blame] | 7 | inherit phosphor-dbus-monitor |
| 8 | |
| 9 | SRC_URI += "file://config.yaml" |
| 10 | |
| 11 | do_install() { |
| 12 | install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml |
| 13 | } |
| 14 | |