summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native.bb
blob: c1f78eb38703b06181cb9af8ed371cd188c1b9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Sample inventory map for phosphor-ipmi-fru"
PR = "r1"

inherit native
inherit phosphor-ipmi-fru

require phosphor-ipmi-fru.inc

PROVIDES += "virtual/phosphor-ipmi-fru-inventory"

S = "${WORKDIR}/git"

do_install() {
        DEST=${D}${inventory_datadir}
        install -d ${DEST}

        # TODO: copy example inventory yaml to ${DEST}/config.yaml
        # install example-inventory.yaml ${DEST}/config.yaml
}
OpenPOWER on IntegriCloud