From 3c5ed40c2ff81cbb5b7d3685e9a0c2a4c06efce4 Mon Sep 17 00:00:00 2001 From: sweeaun Date: Mon, 10 Jul 2017 17:41:14 -0700 Subject: thermald: upgrade to 1.6 Upgrade thermald recipe to 1.6. Signed-off-by: sweeaun Signed-off-by: Saul Wold --- common/recipes-bsp/thermald/thermald_1.5.4.bb | 35 --------------------------- common/recipes-bsp/thermald/thermald_1.6.bb | 35 +++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 common/recipes-bsp/thermald/thermald_1.5.4.bb create mode 100644 common/recipes-bsp/thermald/thermald_1.6.bb (limited to 'common/recipes-bsp') diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.5.4.bb deleted file mode 100644 index 9bde8966..00000000 --- a/common/recipes-bsp/thermald/thermald_1.5.4.bb +++ /dev/null @@ -1,35 +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" -DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" -DEPENDS_append_libc-musl = " argp-standalone" - -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" - -SRC_URI = "https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz" -SRC_URI[md5sum] = "f7b63e691fb941c92e14ccfcb667b593" -SRC_URI[sha256sum] = "42f72fc32c84adcbb2ee6667645c2e1653cdc4f85963e6f72efd83517f7c29f0" - -S = "${WORKDIR}/thermal_daemon-${PV}" - -inherit pkgconfig autotools systemd - -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/common/recipes-bsp/thermald/thermald_1.6.bb b/common/recipes-bsp/thermald/thermald_1.6.bb new file mode 100644 index 00000000..fe6d109c --- /dev/null +++ b/common/recipes-bsp/thermald/thermald_1.6.bb @@ -0,0 +1,35 @@ +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" +DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" +DEPENDS_append_libc-musl = " argp-standalone" + +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" + +SRC_URI = "https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz" +SRC_URI[md5sum] = "d0cdba81b75d8dd304c10bf4663fb201" +SRC_URI[sha256sum] = "c63ae1b031f2b4ce037441e7e9910d05405b540fe6668e156d32c56d5dfa7492" + +S = "${WORKDIR}/thermal_daemon-${PV}" + +inherit pkgconfig autotools systemd + +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