summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend
blob: 81c5371206d744894268ad6fa59797102c488b4a (plain)
1
2
3
4
5
6
7
8
9
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append = " file://bmc_health_config.json \
                 "

do_install:append() {
    install -d ${D}/${sysconfdir}/healthMon/
    install -m 0644 ${WORKDIR}/bmc_health_config.json ${D}/${sysconfdir}/healthMon/
}