system/thermal_daemon: Updated for version 1.4.3.

This commit is contained in:
Aaditya Bagga 2015-07-26 11:46:33 +05:30 committed by Willy Sudiarto Raharjo
parent b7f497def4
commit 0ad15580bd
5 changed files with 10 additions and 12 deletions

View file

@ -1,15 +1,14 @@
Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local:
Since this is a daemon, it can be started at boot via /etc/rc.d/rc.local:
/usr/sbin/thermald
It might be necessary to create /var/run/thermald/ first (depending on your
local system setup)
Also it would need to be stopped before shutdown, so an entry could be added
to /etc/rc.d/rc.local_shutdown as well:
An entry could be added to /etc/rc.d/rc.local_shutdown as well:
killall thermald
CONFIG_X86_MSR is listed as an (optional) dependency, msr-tools
can be installed from http://01.org/msr-tools via src2pkg (www.src2pkg.net/)
If you installed a previous version of thermald, you may need to uninstall
it and then install this one instead of using upgradepkg
it and then install this one instead of using upgradepkg.

View file

@ -13,4 +13,3 @@ config() {
config etc/thermald/thermal-conf.xml.new
config etc/thermald/thermal-cpu-cdev-order.xml.new

View file

@ -12,8 +12,8 @@ thermal_daemon: Thermal_daemon is a Linux daemon used to prevent system overheat
thermal_daemon: This daemon monitors temperature and applies compensation using
thermal_daemon: available cooling methods.
thermal_daemon:
thermal_daemon: It requires kernel with "Intel P State driver".
thermal_daemon: ie, kernels 3.10 and above.
thermal_daemon:
thermal_daemon: Project URL: https://github.com/01org/thermal_daemon
thermal_daemon:
thermal_daemon:
thermal_daemon:
thermal_daemon:

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thermal_daemon
VERSION=${VERSION:-1.4.2}
VERSION=${VERSION:-1.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="thermal_daemon"
VERSION="1.4.2"
VERSION="1.4.3"
HOMEPAGE="https://github.com/01org/thermal_daemon"
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.4.2.tar.gz"
MD5SUM="1a1446f6c1484cba4552051745e581c2"
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.4.3.tar.gz"
MD5SUM="11d9415ab6638ee47cfb09ac9706d3b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""