blob: c2805afabbea177531d5ba70491e3344c155ddbf [file] [log] [blame]
Patrick Venture39f84c62017-06-22 18:34:01 -07001FILESEXTRAPATHS_prepend_quanta-q71l := "${THISDIR}/${PN}:"
Patrick Venturec26961e2017-03-22 10:38:03 -07002
3# More conf files can be added as sensors are added.
4
5ITEMS = "pwm-tacho-controller@1e786000.conf"
6
7TEMPS = "tmp75@4c tmp75@4e tmp75@4f"
Patrick Venture77bc8802017-10-12 15:01:23 -07008TEMPBASE = "ahb/apb/i2c@1e78a000/i2c-bus@80/{0}.conf"
Patrick Venturec26961e2017-03-22 10:38:03 -07009ITEMS += "${@compose_list(d, 'TEMPBASE', 'TEMPS')}"
Patrick Venture1e9ed902017-09-06 16:33:55 -070010ITEMS += "iio-hwmon.conf"
Patrick Venturec26961e2017-03-22 10:38:03 -070011
Patrick Venture39f84c62017-06-22 18:34:01 -070012ENVS = "obmc/hwmon/{0}"
13SYSTEMD_ENVIRONMENT_FILE_${PN}_append_quanta-q71l := " ${@compose_list(d, 'ENVS', 'ITEMS')}"
Matt Spinler139486a2017-08-10 09:22:09 -050014
Patrick Venture267ef182018-04-02 10:30:13 -070015EXTRA_OECONF_append_quanta-q71l = " --enable-negative-errno-on-fail"