From af677f5e4aba2c027365843d61cb8f9f31de4e91 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 24 Sep 2018 17:50:31 +0800 Subject: thermald: 1.7.2 -> 1.8 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 --- ...0001-Include-poll.h-instead-of-sys-poll.h.patch | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 recipes-bsp/thermald/files/0001-Include-poll.h-instead-of-sys-poll.h.patch (limited to 'recipes-bsp/thermald/files/0001-Include-poll.h-instead-of-sys-poll.h.patch') diff --git a/recipes-bsp/thermald/files/0001-Include-poll.h-instead-of-sys-poll.h.patch b/recipes-bsp/thermald/files/0001-Include-poll.h-instead-of-sys-poll.h.patch deleted file mode 100644 index 16d2ff10..00000000 --- a/recipes-bsp/thermald/files/0001-Include-poll.h-instead-of-sys-poll.h.patch +++ /dev/null @@ -1,36 +0,0 @@ -From b3de44c28cd930d68c17638575d46e590679f9fe Mon Sep 17 00:00:00 2001 -From: Anuj Mittal -Date: Thu, 18 Jan 2018 10:10:40 +0800 -Subject: [PATCH] Include poll.h instead of sys/poll.h - -POSIX specifies poll.h to be the correct header name [1]. Also fixes -a warning when built with musl. - - | /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Werror=cpp] - | #warning redirecting incorrect #include to - -[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html - -Upstream-Status: Submitted [https://github.com/intel/thermal_daemon/pull/147] - -Signed-off-by: Anuj Mittal ---- - src/thd_kobj_uevent.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/thd_kobj_uevent.h b/src/thd_kobj_uevent.h -index d30ea5c..aa8e33f 100644 ---- a/src/thd_kobj_uevent.h -+++ b/src/thd_kobj_uevent.h -@@ -28,7 +28,7 @@ - #include - #include - --#include -+#include - #include - #include - #include --- -2.7.4 - -- cgit v1.2.3-54-g00ecf