summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-config-example-native.bb
blob: e59bc881a1c42fa9208e7a3d3c71ba9eacd6f8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Managed inventory with Phosphor inventory manager - example"
PR = "r1"

inherit native
inherit phosphor-inventory-manager

require phosphor-inventory-manager.inc

S = "${WORKDIR}/git"

do_install() {
        SRC=${S}/example
        DEST=${D}${base_datadir}

        for f in `find $SRC -type f -printf "%P\n"`; do
                install -D ${SRC}/$f ${DEST}/$f
        done
}
OpenPOWER on IntegriCloud