blob: 94650bab6aaae5b7e758e1d1cbf0821c92472793 [file] [log] [blame]
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}:"
SRC_URI_append = " file://${MACHINE}_sensor_config.json"
do_install_append() {
install -d ${D}/usr/share/phosphor-virtual-sensor
install -m 0644 -D ${WORKDIR}/${MACHINE}_sensor_config.json \
${D}/usr/share/phosphor-virtual-sensor/virtual_sensor_config.json
}