summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/inventory-cleanup-native.bb
blob: 6efde485fdcb5d5fc52516c1b0621857f6396e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Copy Witherspoon inventory cleanup yaml for inventory manager"
PR = "r1"

inherit native
inherit obmc-phosphor-license
inherit phosphor-inventory-manager

SRC_URI += "file://inventory-cleanup.yaml"

S = "${WORKDIR}"

do_install() {
        install -d ${D}${base_datadir}/events.d/
        install ${S}/inventory-cleanup.yaml ${D}${base_datadir}/events.d/inventory-cleanup.yaml
}
OpenPOWER on IntegriCloud