From ecad624e9df5fa1f97119054d54908787ee4c2a7 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 24 Mar 2021 14:59:28 +0800 Subject: thermald: upgrade 2.4.2 -> 2.4.3 Release 2.4.3: - Allow --ingore-cpuid-check to use with --adaptive option Signed-off-by: Anuj Mittal --- .../recipes-bsp/thermald/thermald_2.4.2.bb | 42 ---------------------- .../recipes-bsp/thermald/thermald_2.4.3.bb | 42 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.2.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.3.bb (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.2.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.2.bb deleted file mode 100644 index c8482286..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.2.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 = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" - -SRC_URI = "git://github.com/intel/thermal_daemon/ \ - " - -SRCREV = "86d6634b7e648ad5a3304e8dcf4eee613fa07fac" -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.4.3.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.3.bb new file mode 100644 index 00000000..add00e3b --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.3.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 = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" + +SRC_URI = "git://github.com/intel/thermal_daemon/ \ + " + +SRCREV = "9e731de1bd7bccd2c7c2e7923f01fbc4287ed80a" +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