blob: 375213957c684810260e33550c4d8724d8d7a268 [file] [log] [blame]
SUMMARY = "Romulus inventory map for phosphor-ipmi-host"
PR = "r1"
inherit native
inherit obmc-phosphor-license
inherit phosphor-logging
SRC_URI += "file://callouts.yaml"
PROVIDES += "virtual/phosphor-logging-callouts"
S = "${WORKDIR}"
do_install() {
DEST=${D}${callouts_datadir}
install -d ${DEST}
install callouts.yaml ${DEST}
}