blob: 31aee2d7cb2d313ce325ab277797a00d8b473a3f [file] [log] [blame]
SUMMARY = "Hostboot hostfw inventory map for phosphor-ipmi-fru"
PR = "r1"
inherit native
inherit phosphor-ipmi-fru
inherit obmc-phosphor-license
SRC_URI += "file://config.yaml"
PROVIDES += "virtual/phosphor-ipmi-fru-hostfw-config"
S = "${WORKDIR}"
do_install() {
DEST=${D}${hostfw_datadir}
install -d ${DEST}
install config.yaml ${DEST}
}