summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb
blob: fe9e6ed053e2aa8ce260f3a47b978cedbb291c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Recipe to create AssetTag property in inventory manager"
PR = "r1"

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

PROVIDES += "virtual/phosphor-inventory-manager-assettag"

SRC_URI += "file://assettag.yaml"

S = "${WORKDIR}"

do_install() {
        # This recipe would provide the yaml for inventory manager to
        # create AssetTag property at startup

        install -d ${D}${base_datadir}/events.d/
        install assettag.yaml ${D}${base_datadir}/events.d/assettag.yaml
}
OpenPOWER on IntegriCloud