From 83ca3735770c241105769d387ee79ee2c5b5e2a6 Mon Sep 17 00:00:00 2001 From: Priyansh Jain Date: Fri, 27 Feb 2026 08:30:00 +0530 Subject: thermald: upgrade to 2.5.11 Upgrade thermald to release 2.5.11. This update includes the following changes: - Clang-tidy fixes - Added support for Wildcat Lake platform - Fixes for CVE related to symbolic link exploitations - D-Bus interface fixes - Removal of power group handling after Thermal Monitor support deprecation Signed-off-by: Priyansh Jain Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb | 44 ------------------------- meta-oe/recipes-bsp/thermald/thermald_2.5.11.bb | 44 +++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb create mode 100644 meta-oe/recipes-bsp/thermald/thermald_2.5.11.bb diff --git a/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb b/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb deleted file mode 100644 index 98310b4c5c..0000000000 --- a/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb +++ /dev/null @@ -1,44 +0,0 @@ -SUMMARY = "Linux thermal daemon" - -DESCRIPTION = "Thermal Daemon is a Linux daemon used to prevent the \ -overheating of platforms. This daemon monitors temperature and applies \ -compensation using available cooling methods." - -HOMEPAGE = "https://github.com/intel/thermal_daemon" - -DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" -DEPENDS += "autoconf-archive-native" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" - -SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \ - " - -SRCREV = "88369b42ec523787081b9bf8811b364e2a3d5f2d" - -inherit pkgconfig autotools systemd gtk-doc - -# gtkdocsize runs before autotools do_configure and it copies gtk-doc.m4 and fails -# to copy becuase there is no m4 dir yet. -do_configure:prepend () { - mkdir -p ${S}/m4 -} - -EXTRA_OECONF = " \ - --with-systemdsystemunitdir=${systemd_system_unitdir} \ - " - -FILES:${PN} += "${datadir}/dbus-1" - -SYSTEMD_SERVICE:${PN} = "thermald.service" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -CONFFILES:${PN} = " \ - ${sysconfdir}/thermald/thermal-conf.xml \ - ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ - " - -UPSTREAM_CHECK_URI = "https://github.com/intel/thermal_daemon/releases/" -UPSTREAM_CHECK_GITTAGREGEX = "v(?P(?!2\.15\.10$)\d+(\.\d+)+)" diff --git a/meta-oe/recipes-bsp/thermald/thermald_2.5.11.bb b/meta-oe/recipes-bsp/thermald/thermald_2.5.11.bb new file mode 100644 index 0000000000..caec3d5610 --- /dev/null +++ b/meta-oe/recipes-bsp/thermald/thermald_2.5.11.bb @@ -0,0 +1,44 @@ +SUMMARY = "Linux thermal daemon" + +DESCRIPTION = "Thermal Daemon is a Linux daemon used to prevent the \ +overheating of platforms. This daemon monitors temperature and applies \ +compensation using available cooling methods." + +HOMEPAGE = "https://github.com/intel/thermal_daemon" + +DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" +DEPENDS += "autoconf-archive-native" + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" + +SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \ + " + +SRCREV = "5269afcf3e021e4e1b672b4640a0358f4ae5821b" + +inherit pkgconfig autotools systemd gtk-doc + +# gtkdocsize runs before autotools do_configure and it copies gtk-doc.m4 and fails +# to copy becuase there is no m4 dir yet. +do_configure:prepend () { + mkdir -p ${S}/m4 +} + +EXTRA_OECONF = " \ + --with-systemdsystemunitdir=${systemd_system_unitdir} \ + " + +FILES:${PN} += "${datadir}/dbus-1" + +SYSTEMD_SERVICE:${PN} = "thermald.service" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +CONFFILES:${PN} = " \ + ${sysconfdir}/thermald/thermal-conf.xml \ + ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ + " + +UPSTREAM_CHECK_URI = "https://github.com/intel/thermal_daemon/releases/" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P(?!2\.15\.10$)\d+(\.\d+)+)" -- cgit v1.2.3-54-g00ecf