blob: 3bd38170daa81c5c41d698cc2a638a85b243560d [file] [log] [blame]
NodeMan97ac37d612022-08-01 18:18:57 -05001FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2SRC_URI:append = " file://bmc_health_config.json \
3 "
4do_install:append() {
5 install -d ${D}/${sysconfdir}/healthMon/
6 install -m 0644 ${WORKDIR}/bmc_health_config.json ${D}/${sysconfdir}/healthMon/
7}
8