summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/thermald
Commit message (Collapse)AuthorAgeFilesLines
* thermald: upgrade 2.2 -> 2.4.2Naveen Saini2021-02-162-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed new dependencies failure. | automake: error: cannot open < gtk-doc.make: No such file or directory | autoreconf: error: automake failed with exit status: 1 | checking for upower-glib... no | configure: error: Package requirements (upower-glib) were not met: | | No package 'upower-glib' found | checking for libevdev... no | configure: error: Package requirements (libevdev) were not met: | | No package 'libevdev' found upower library recipe comes from meta-openembedded/meta-oe layer, so moved recipe to dyanmic-layer. Dropped patch, which is not requried anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 1.9.1 -> 2.2Anuj Mittal2020-06-223-56/+33
| | | | | | | openmp is not required by thermald so remove the dependency. Also remove the DEPENDS on systemd and pass the systemd unit directory path. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: fix 32-bit build error with musl v1.2.0Naveen Saini2020-03-062-0/+52
| | | | | | | | | | | | | | | | | | | | Recent musl upgrades to v1.2.0 causing below error: Error log: ../git/src/thd_trip_point.cpp: In member function 'bool cthd_trip_point::thd_trip_point_check(int, unsigned int, int, bool*)': | ../git/src/thd_trip_point.cpp:250:19: error: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Werror=format=] | 250 | thd_log_info("Too early to act zone:%d index %d tm %ld\n", musl 1.2.0 have new feature: time_t is now 64-bit on all archs (not just 64-bit archs) Commit id: https://git.musl-libc.org/cgit/musl/commit/?id=38143339646a4ccce8afe298c34467767c899f51 Release note link for musl 1.2.0: https://git.musl-libc.org/cgit/musl/diff/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* 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>