blob: 093b8b11f0f4e69039ecc5bbdaa1c4d22ecf4166 [file] [log] [blame]
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI:append = " \
file://mtmitchell_virtual_sensor_config.json \
"
do_install:append() {
install -m 0644 ${WORKDIR}/mtmitchell_virtual_sensor_config.json \
${D}${datadir}/phosphor-virtual-sensor/virtual_sensor_config.json
}