<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/lm_sensors/lmsensors, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-03-02T00:10:36+00:00</updated>
<entry>
<title>lm_sensors: move to recipes-bsp</title>
<updated>2018-03-02T00:10:36+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2017-10-26T21:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6b9b7036d47cc9d5920f1a9dcb89cebafdb934e3'/>
<id>urn:sha1:6b9b7036d47cc9d5920f1a9dcb89cebafdb934e3</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>lm_sensors: Fix build on musl</title>
<updated>2017-07-24T16:58:51+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-07-18T03:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7414f34c9a5968b7a807eec72b3fc4b54a20fd1c'/>
<id>urn:sha1:7414f34c9a5968b7a807eec72b3fc4b54a20fd1c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>lmsensors: sensors-detect: print a special message when there isn't enough cpu info</title>
<updated>2016-09-15T08:22:45+00:00</updated>
<author>
<name>Li Zhou</name>
<email>li.zhou@windriver.com</email>
</author>
<published>2016-09-07T01:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d505a7aa72eab6f121458c745a2ecbd3d005aea6'/>
<id>urn:sha1:d505a7aa72eab6f121458c745a2ecbd3d005aea6</id>
<content type='text'>
When running sensors-detect, if there isn't enough information in
/proc/cpuinfo for this arch (e.g. ppc64), "Use of uninitialized value
in concatenation (.) or string at /usr/sbin/sensors-detect line 2867"
and incomplete "# Processor: (//)" will be printed.
Here print out a prompt for such a case.

Signed-off-by: Li Zhou &lt;li.zhou@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>lmsensors: remove unused service file</title>
<updated>2015-10-23T10:53:25+00:00</updated>
<author>
<name>Li Xin</name>
<email>lixin.fnst@cn.fujitsu.com</email>
</author>
<published>2015-10-20T01:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9dc7608a0cce8c845d2747fc0e55cc14e369d665'/>
<id>urn:sha1:9dc7608a0cce8c845d2747fc0e55cc14e369d665</id>
<content type='text'>
* Upstream ships a systemd service file sensord.service now,
  so we don't need this anymore.
* Install lm_sensors.service and fancontrol.service to support systemd systems.
  lm_sensors.service: Initialize hardware monitoring sensors.
  fancontrol.service: Start fan control, if configured.

Signed-off-by: Li Xin &lt;lixin.fnst@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>lmsensors: add systemd supported.</title>
<updated>2015-02-27T08:35:51+00:00</updated>
<author>
<name>Bian Naimeng</name>
<email>biannm@cn.fujitsu.com</email>
</author>
<published>2015-02-15T06:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bea242bbeed7a635da5175550083a197d7b91bcf'/>
<id>urn:sha1:bea242bbeed7a635da5175550083a197d7b91bcf</id>
<content type='text'>
Signed-off-by: Bian Naimeng &lt;biannm@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>lmsensors: fix fancontrol init script</title>
<updated>2013-06-29T12:22:47+00:00</updated>
<author>
<name>Marc Ferland</name>
<email>ferlandm@sonatest.com</email>
</author>
<published>2013-06-25T17:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d3ef2ca6b8b9349fb24ebdce41e928901746b23f'/>
<id>urn:sha1:d3ef2ca6b8b9349fb24ebdce41e928901746b23f</id>
<content type='text'>
Make the 'fancontrol stop' command work again by using the fancontrol
pid file instead of matching the process by name. While at it, also do
a bit of cleaning.

Signed-off-by: Marc Ferland &lt;ferlandm@sonatest.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>lmsensors: Add lmsensors-config RRECOMMENDS</title>
<updated>2013-02-16T04:55:00+00:00</updated>
<author>
<name>Thomas Fitzsimmons</name>
<email>fitzsim@cisco.com</email>
</author>
<published>2013-02-08T00:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b51fc0f069f3444d485d75bfdd373b7d559d6b61'/>
<id>urn:sha1:b51fc0f069f3444d485d75bfdd373b7d559d6b61</id>
<content type='text'>
Signed-off-by: Thomas Fitzsimmons &lt;fitzsim@cisco.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
