blob: b9e1fcb6b49d716f4d8a4b34b213e59204a5b85c [file] [log] [blame]
SUMMARY = "Palmetto 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}
}