blob: 1d8bb4ecde7a54cdba5a202c79cdc391e47e2d5d [file] [log] [blame]
Bruceleequantatw67ddc212021-03-17 10:08:48 +08001FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2SRC_URI_append = " file://bmc_health_config.json \
3 "
4
5do_install_append() {
6 install -d ${D}/${sysconfdir}/healthMon/
7 install -m 0644 ${WORKDIR}/bmc_health_config.json ${D}/${sysconfdir}/healthMon/
8}
9