summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/include/maintainers.inc1
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.10.bb43
2 files changed, 0 insertions, 44 deletions
diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc
index ea9d74b2..7a161056 100644
--- a/conf/include/maintainers.inc
+++ b/conf/include/maintainers.inc
@@ -42,5 +42,4 @@ RECIPE_MAINTAINER:pn-opencl-clang = "Yogesh Tyagi <yogesh.tyagi@intel.com>"
42RECIPE_MAINTAINER:pn-openvkl = "Yogesh Tyagi <yogesh.tyagi@intel.com>" 42RECIPE_MAINTAINER:pn-openvkl = "Yogesh Tyagi <yogesh.tyagi@intel.com>"
43RECIPE_MAINTAINER:pn-ospray = "Yogesh Tyagi <yogesh.tyagi@intel.com>" 43RECIPE_MAINTAINER:pn-ospray = "Yogesh Tyagi <yogesh.tyagi@intel.com>"
44RECIPE_MAINTAINER:pn-rkcommon = "Yogesh Tyagi <yogesh.tyagi@intel.com>" 44RECIPE_MAINTAINER:pn-rkcommon = "Yogesh Tyagi <yogesh.tyagi@intel.com>"
45RECIPE_MAINTAINER:pn-thermald = "Yogesh Tyagi <yogesh.tyagi@intel.com>"
46RECIPE_MAINTAINER:pn-xf86-video-ast = "Yogesh Tyagi <yogesh.tyagi@intel.com>" 45RECIPE_MAINTAINER:pn-xf86-video-ast = "Yogesh Tyagi <yogesh.tyagi@intel.com>"
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.10.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.10.bb
deleted file mode 100644
index 63106028..00000000
--- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.10.bb
+++ /dev/null
@@ -1,43 +0,0 @@
1SUMMARY = "Linux thermal daemon"
2
3DESCRIPTION = "Thermal Daemon is a Linux daemon used to prevent the \
4overheating of platforms. This daemon monitors temperature and applies \
5compensation using available cooling methods."
6
7HOMEPAGE = "https://github.com/01org/thermal_daemon"
8
9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev"
10DEPENDS += "autoconf-archive-native"
11
12LICENSE = "GPL-2.0-only"
13LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
14
15SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \
16 "
17
18SRCREV = "88369b42ec523787081b9bf8811b364e2a3d5f2d"
19
20inherit pkgconfig autotools systemd gtk-doc
21
22# gtkdocsize runs before autotools do_configure and it copies gtk-doc.m4 and fails
23# to copy becuase there is no m4 dir yet.
24do_configure:prepend () {
25 mkdir -p ${S}/m4
26}
27
28EXTRA_OECONF = " \
29 --with-systemdsystemunitdir=${systemd_system_unitdir} \
30 "
31
32FILES:${PN} += "${datadir}/dbus-1"
33
34SYSTEMD_SERVICE:${PN} = "thermald.service"
35
36COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
37
38CONFFILES:${PN} = " \
39 ${sysconfdir}/thermald/thermal-conf.xml \
40 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
41 "
42
43UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases"