From 110eb064eeeeebbef6519fc48e1cf0bdd69400a1 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 28 Aug 2023 15:13:32 +0800 Subject: thermald: upgrade 2.5.3 -> 2.5.4 Release 2.5.4 - Android support - Workarounds for missing conditions/tables Signed-off-by: Anuj Mittal --- .../recipes-bsp/thermald/thermald_2.5.3.bb | 44 ---------------------- .../recipes-bsp/thermald/thermald_2.5.4.bb | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.3.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.4.bb (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.3.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.3.bb deleted file mode 100644 index 7da0f521..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.3.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/01org/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 = "b92e67bf3e5d6403cd59f64a1a0f0832ce4ea2c7" -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.4.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.4.bb new file mode 100644 index 00000000..ad66d843 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.4.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/01org/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 = "63b290f20da115f62f5bbd39a28fa5afe0f6efc2" +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" + +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