summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-hostfw-config-example-native_git.bb
blob: 5c3d278ef1a5f5fbb4e367d30d5c82ec5b93f61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Sample hostfw inventory map for phosphor-ipmi-fru"
PR = "r1"
PV = "1.0+git${SRCPV}"

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
}
OpenPOWER on IntegriCloud