| Deepak Kodihalli | 1f09d4a | 2017-03-16 06:32:12 -0500 | [diff] [blame] | 1 | SUMMARY = "Generated callout information for phosphor-logging" |
| 2 | PR = "r1" | ||||
| 3 | |||||
| 4 | inherit native | ||||
| 5 | inherit obmc-phosphor-license | ||||
| 6 | inherit phosphor-logging | ||||
| 7 | |||||
| 8 | SRC_URI += "file://callouts.yaml" | ||||
| 9 | |||||
| 10 | PROVIDES += "virtual/phosphor-logging-callouts" | ||||
| 11 | |||||
| 12 | S = "${WORKDIR}" | ||||
| 13 | |||||
| 14 | do_install() { | ||||
| 15 | DEST=${D}${callouts_datadir} | ||||
| 16 | install -d ${DEST} | ||||
| 17 | install callouts.yaml ${DEST} | ||||
| 18 | } | ||||