diff options
author | Joel Stanley <joel@jms.id.au> | 2017-07-11 23:16:35 +0930 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-19 13:34:20 +0000 |
commit | 639012b366ff8f14d866569ceae7c45ce52c10a5 (patch) | |
tree | 8df9c8683497d6d3dcab48c923440536b494e946 /meta-phosphor/common/recipes-phosphor/packagegroups | |
parent | c932713a74a5199d2ae21d3b2c7ddd9fcb5dee2f (diff) | |
download | talos-openbmc-639012b366ff8f14d866569ceae7c45ce52c10a5.tar.gz talos-openbmc-639012b366ff8f14d866569ceae7c45ce52c10a5.zip |
phosphor-debugtools: add sensors command
lmsensors contains the 'sensors' command, the standard method for
reading hwmon nodes and reporting information.
Change-Id: I2a3f3a925d06cd22b12f33f2e4090ecaf2cca44a
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/packagegroups')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb index fa274a9ce..47f1e467f 100644 --- a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb +++ b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb @@ -10,4 +10,5 @@ RDEPENDS_${PN} = " \ ethtool \ net-tools \ phosphor-logging-test \ + lmsensors-sensors \ " |