summaryrefslogtreecommitdiffstats
path: root/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config-native.bb
blob: 31aee2d7cb2d313ce325ab277797a00d8b473a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}
}
OpenPOWER on IntegriCloud