blob: 7b96fc9be96ee8f58f512d0830b8d9c0fef2efb7 [file] [log] [blame]
SUMMARY = "Barreleye IPMI to DBus Inventory mapping."
PR = "r1"
inherit native
inherit obmc-phosphor-license
SRC_URI += "file://config.yaml"
PROVIDES += "virtual/phosphor-ipmi-fru-config"
S = "${WORKDIR}"
do_install() {
DEST=${D}${datadir}/phosphor-ipmi-fru
install -d ${DEST}
install config.yaml ${DEST}
}