blob: eec3999f2c23a00aec9a40fe52a1830f8cd9b303 [file] [log] [blame]
Brad Bishopa5880162019-05-09 17:09:20 -04001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Andrew Geissler9c653e02019-01-18 10:01:53 -06002SRC_URI_append = " \
Andrew Jefferyb055d4c2018-04-06 14:13:14 +09303 file://occ_sensors.hardcoded.yaml \
4 file://hwmon_sensors.hardcoded.yaml \
Nagaraju Gorugantif6522592018-05-29 04:59:53 -05005 file://channel.yaml \
Andrew Jefferyb055d4c2018-04-06 14:13:14 +09306 "
Nagaraju Gorugantif6522592018-05-29 04:59:53 -05007
Adriana Kobylak160a8212019-03-18 10:06:05 -05008# System-specific sensors
9SRC_URI_append_witherspoon = " \
10 file://witherspoon_hwmon_sensors.hardcoded.yaml \
11 "
Adriana Kobylak160a8212019-03-18 10:06:05 -050012
Andrew Geissler9c653e02019-01-18 10:01:53 -060013EXTRA_OECONF_append = " \
Nagaraju Gorugantif6522592018-05-29 04:59:53 -050014 CHANNEL_YAML_GEN=${WORKDIR}/channel.yaml \
15 "