From d5ddfa0354fc6025bd2d42f56b70943429c06dd3 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 23 Feb 2023 16:42:39 +0800 Subject: thermald: upgrade 2.5.1 -> 2.5.2 Release 2.5.2 - Support Alder Lake N - Support ITMT version 2, which is used in some Raptor Lake systems Signed-off-by: Anuj Mittal --- .../recipes-bsp/thermald/thermald_2.5.1.bb | 42 ---------------------- .../recipes-bsp/thermald/thermald_2.5.2.bb | 42 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.1.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.1.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.1.bb deleted file mode 100644 index 2d2562eb..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.1.bb +++ /dev/null @@ -1,42 +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/01org/thermal_daemon" - -DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" -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 = "9366c4e9b1850c4a1336682f7f16d9c1a8b03682" -S = "${WORKDIR}/git" - -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/system-services/*.service" - -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/01org/thermal_daemon/releases" diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb new file mode 100644 index 00000000..07896b15 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb @@ -0,0 +1,42 @@ +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/01org/thermal_daemon" + +DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" +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 = "941e8121c0a8280264288cde921b490bc5a7ece7" +S = "${WORKDIR}/git" + +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/system-services/*.service" + +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/01org/thermal_daemon/releases" -- cgit v1.2.3-54-g00ecf