blob: 4487aa279f1c48ea0a12acf665bd2a515553afd3 [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
}