summaryrefslogtreecommitdiff
path: root/meta-lenovo/meta-hr855xg2/recipes-phosphor/sensors
AgeCommit message (Collapse)AuthorFilesLines
2021-09-02meta-phosphor: change systemd.bbclass to match upstream override syntaxPatrick Williams1-1/+1
Upstream bbclasses changed to typically use the `:${PN}` override syntax, including the SYSTEMD_ variables. Change our systemd.bbclass to do the same for consistency and perform a tree-wide variable replacement. Spot checked by building bletchley and witherspoon and checking some of the SYSTEMD_LINK directives on installed packages under qemu. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20a9dd809bff8af8759488734f80486c7228c6eb
2019-07-09meta-lenovo: hr855xg2: Add sensor configsLisa Liu6-0/+111
temperature sensors ambient and outlet of tmp75, adc voltage sensors and fan-tach sensors. Tested: Build it in hr855xg2 image, load on hr855xg2 platform, ensure it could show these sensors correctly with command: ipmitool sdr list. (From meta-lenovo rev: 3293e0f1dc327000f173ec59beaea5d5fe266d0a) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Iee53d6dcf05e534f6507775c02b2d631da06d93a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>