blob: 1572980812704e37d7d4b702b590ddd89ddc7f4e [file] [log] [blame]
Lei YU5685ae92017-06-20 15:00:16 +08001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
Lei YUeaab7422017-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/
Lei YUac86c5f2018-03-01 11:01:56 +08006SRCREV = "a7e2c1e5c1e94246ae55313fc361d30b0e1a6165"
Lei YUeaab7422017-11-24 15:30:54 +08007
8SRC_URI += " file://0001-sysfs-Return-ETIMEDOUT-instead-of-throw-exception.patch"
9
Lei YU71e13bc2017-11-24 15:36:06 +080010CHIPS = " \
Lei YU70a43c02018-01-24 17:28:48 +080011 i2c@1e78a000/i2c-bus@440/w83773g@4c \
Lei YU71e13bc2017-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 YU5685ae92017-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 YU71e13bc2017-11-24 15:36:06 +080027SYSTEMD_ENVIRONMENT_FILE_${PN} += "${@compose_list(d, 'ENVS', 'ITEMS')}"
Lei YU5685ae92017-06-20 15:00:16 +080028SYSTEMD_ENVIRONMENT_FILE_${PN} += "${@compose_list(d, 'ENVS', 'OCCITEMS')}"