[oe-commits] Marc Ferland : lmsensors: Initial commit

git at git.openembedded.org git at git.openembedded.org
Wed Oct 24 06:27:46 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: c00f3c285c722a480ce9f02bcebc64fd36c1a1b0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c00f3c285c722a480ce9f02bcebc64fd36c1a1b0

Author: Marc Ferland <ferlandm at sonatest.com>
Date:   Fri Oct 19 15:15:34 2012 +0000

lmsensors: Initial commit

The lmsensors project provides hardware health monitoring tools in the
form of kernel drivers, a user-space library and some helper
programs. This recipe provides all the different user-space tools
offered by lmsensors in separete packages. Startup scripts and default
configuration files are also made available through this commit.

The packages consist of (description text from lmsensors documentation):
* lmsensors-libsensors: The user-space sensors support library code.
* lmsensors-sensors: A console tool to report sensor readings and set
  new sensor limits.
* lmsensors-sensord: A daemon to watch sensor values and log
  problems. It includes RRD support.
* lmsensors-fancontrol: Controls fanspeeds responding to changes on
  temperature sensors. Configuration through pwmconfig.
* lmsensors-sensorsdetect: This program tries to detect the available
  SMBus adapters and the chips connected to them, as well as Super-I/O
  and misc chips.
* lmsensors-sensorsconfconvert: Convert configuration files from
  lmsensorsv2 to lmsensorsv3.
* lmsensors-pwmconfig: tests the pwm (pulse width modulation) outputs
  of sensors for their effect on the fans and helps to setup the
  configfile for fancontrol.
* lmsensors-isatools: This program sets/gets the registers of ISA or
  Super-I/O chips.

Signed-off-by: Marc Ferland <ferlandm at sonatest.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-support/lm_sensors/files/fancontrol    |    2 +
 .../recipes-support/lm_sensors/files/fancontrol.sh |   48 +++++++
 .../recipes-support/lm_sensors/files/sensord.cgi   |   10 ++
 .../recipes-support/lm_sensors/files/sensord.conf  |   16 +++
 .../recipes-support/lm_sensors/files/sensord.sh    |   49 +++++++
 .../recipes-support/lm_sensors/files/sensors.conf  |    2 +
 .../recipes-support/lm_sensors/lmsensors_3.3.2.bb  |  140 ++++++++++++++++++++
 7 files changed, 267 insertions(+), 0 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=c00f3c285c722a480ce9f02bcebc64fd36c1a1b0




More information about the Openembedded-commits mailing list