summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/thermald/thermald_1.9.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* thermald: upgrade 1.9.1 -> 2.2Anuj Mittal2020-06-221-35/+0
| | | | | | | 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-061-0/+1
| | | | | | | | | | | | | | | | | | | | 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-181-0/+34
* 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>