summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/thermald
Commit message (Collapse)AuthorAgeFilesLines
* thermald: upgrade 1.9 -> 1.9.1Anuj Mittal2019-12-182-48/+2
| | | | | | | | | * For changes in this version, see: https://github.com/intel/thermal_daemon/blob/v1.9.1/README.txt#L98 * Remove patch that has been merged upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: fix the urlChristopher Larson2019-11-261-1/+1
| | | | | | | | | | | The trailing slash on the github uri causes fetch failures. Ex: Cloning into bare repository '.../downloads/git2/github.com.intel.thermal_daemon.'... ERROR: Repository not found. fatal: Could not read from remote repository. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 1.8 -> 1.9Anuj Mittal2019-08-012-23/+31
| | | | | | | | | | Changes: https://github.com/intel/thermal_daemon/blob/master/README.txt Also remove the local patch that has been merged upstream and replace it with another fix for a similar problem elsewhere. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: 1.7.2 -> 1.8Anuj Mittal2018-09-274-126/+39
| | | | | | | | | | | | | | | | | | Changes from release notes: - Support of KBL-G with discrete GPU - Fast removal of any cooling action which was applied once temperature is normal - Android support - Add Hot trip point, which when reached just calls "suspend" - Adding new tag "DependsOn" which enable/disable trip based on some other trip - Polling interval can be configured via thermal xml config - Per trip PID control - Simplify RAPL cooling device Also remove upstreamed patches and add a change to fix build failures. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 1.7.1 -> 1.7.2Anuj Mittal2018-06-071-1/+1
| | | | | | | | | | From README: - Workwround for platform with invalid thermal table - Error printing for RAPL constraint sysfs read on failure - thermal-conf.xml.auto can be read from /etc/thermald, which allows user to modify generated thermal-conf.xml from /var/run/thermald and copy to /etc/thermald Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: fix typo in license nameAnuj Mittal2018-02-121-1/+1
| | | | | | | Correct license name is GPLv2. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* thermald: update from 1.6 to 1.7.1Anuj Mittal2018-01-223-2/+128
| | | | | | | Updated version with patches to ensure thermald with musl and x32. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-201-0/+33
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>