summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-callouts-mrw-native.bb
blob: 49816260a06aa5dfff191f815e0a25ec11c5489d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "Generated callout information for phosphor-logging"
PR = "r1"

inherit native
inherit obmc-phosphor-license
inherit phosphor-logging

DEPENDS += " \
           mrw-native \
           mrw-perl-tools-native \
           "

PROVIDES += "virtual/phosphor-logging-callouts"

S = "${WORKDIR}"

do_install() {
        DEST=${D}${callouts_datadir}
        install -d ${DEST}

        ${bindir}/perl-native/perl \
            ${bindir}/gen_callouts.pl \
            -m ${datadir}/obmc-mrw/${MACHINE}.xml \
            -o ${DEST}/callouts.yaml
}