blob: 5359cc70a6a842e5cc2c6e83f544f398998c7d1a [file] [log] [blame]
Andrew Geissler9c653e02019-01-18 10:01:53 -06001FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
2SRC_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 "
12SRC_URI_append_witherspoon-128 = " \
13 file://witherspoon_hwmon_sensors.hardcoded.yaml \
14 "
15
Andrew Geissler9c653e02019-01-18 10:01:53 -060016EXTRA_OECONF_append = " \
Nagaraju Gorugantif6522592018-05-29 04:59:53 -050017 CHANNEL_YAML_GEN=${WORKDIR}/channel.yaml \
18 "