summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-config-example-native.bb
blob: 58c7a398acbcc9b8aa1f8b7bc108f83889de9498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Phosphor IPMI FRU Configuration Example"
DESCRIPTION = "An example Phosphor IPMI FRU IPMI to \
DBUS mapping configuration."

PR = "r1"

inherit native

require phosphor-ipmi-fru.inc

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

S = "${WORKDIR}/git"

do_install() {
        SRC=${S}/example-map.yaml
        DEST=${D}${datadir}/phosphor-ipmi-fru

        install -d ${DEST}
        # TODO - install the example, once one is provided by ipmi-fru-parser.
        # install-data ${SRC} ${DEST}
}
OpenPOWER on IntegriCloud