blob: aca1d0aabb15cfde7a632219b94ec941c0078273 [file] [log] [blame]
SUMMARY = "Sample hostfw inventory map for phosphor-ipmi-fru"
PR = "r1"
inherit native
inherit phosphor-ipmi-fru
require phosphor-ipmi-fru.inc
PROVIDES += "virtual/phosphor-ipmi-fru-hostfw-config"
S = "${WORKDIR}/git"
do_install() {
DEST=${D}${hostfw_datadir}
install -d ${DEST}
# TODO: copy example hostfw yaml to ${DEST}/config.yaml
# install fru-types.yaml ${DEST}/config.yaml
}