blob: 7969349c6a896f8bb1f821f5f1b96277ebea9f62 [file] [log] [blame]
Lei YUe5cf2d82017-06-20 15:00:16 +08001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
Lei YUfe2db2b2017-11-24 15:30:54 +08003# Pin the revision so the patch is guaranteed to be appliable
4# TODO: Remove this when the error handling in hwmon is done:
5# https://gerrit.openbmc-project.xyz/#/c/8073/
6SRCREV = "26d21731c292a02ec71480fade9a06658160eafb"
7
8SRC_URI += " file://0001-sysfs-Return-ETIMEDOUT-instead-of-throw-exception.patch"
9
Lei YU521fe762017-11-24 15:36:06 +080010CHIPS = " \
Lei YU057e7af2018-01-24 17:28:48 +080011 i2c@1e78a000/i2c-bus@440/w83773g@4c \
Lei YU521fe762017-11-24 15:36:06 +080012 pwm-tacho-controller@1e786000 \
13 "
14ITEMSFMT = "ahb/apb/{0}.conf"
15
16ITEMS = "${@compose_list(d, 'ITEMSFMT', 'CHIPS')}"
17
Lei YUe5cf2d82017-06-20 15:00:16 +080018OCCS = " \
19 sbefifo@2400/occ@1/occ-hwmon@1 \
20 hub@3400/cfam@1,0/sbefifo@2400/occ@2/occ-hwmon@2 \
21 "
22
23OCCSFMT = "gpio-fsi/cfam@0,0/{0}.conf"
24OCCITEMS = "${@compose_list(d, 'OCCSFMT', 'OCCS')}"
25
26ENVS = "obmc/hwmon/{0}"
Lei YU521fe762017-11-24 15:36:06 +080027SYSTEMD_ENVIRONMENT_FILE_${PN} += "${@compose_list(d, 'ENVS', 'ITEMS')}"
Lei YUe5cf2d82017-06-20 15:00:16 +080028SYSTEMD_ENVIRONMENT_FILE_${PN} += "${@compose_list(d, 'ENVS', 'OCCITEMS')}"