summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/thermald
Commit message (Collapse)AuthorAgeFilesLines
* thermald,iucode-tool,libyami: Add UPSTREAM_CHECK_ variablesAníbal Limón2017-05-091-0/+2
| | | | | | | | These variables are used by checkpkg task to figure out if there are a new version of the upstream software. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* thermald: Add library to support MUSLSaul Wold2017-02-061-0/+1
| | | | | | | Thermald uses the argp.h interface of glibc, which is not available in MUSL, so we need to add a depends on argp-standalone. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* thermald: Add dbus-glib-native for dbus-binding-toolSaul Wold2017-02-061-1/+1
| | | | | | | The new recipe specific sysroot exposed a missing dependecny on the dbus-binding-tool Signed-off-by: Saul Wold <sgw@linux.intel.com>
* thermald: Update from 1.5.3 to 1.5.4California Sullivan2017-01-241-2/+2
| | | | | | This is the latest release version. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* thermald: Add glib-2.0-native to DEPENDSCalifornia Sullivan2017-01-241-1/+1
| | | | | | | Thermald uses the command glib-genmarshal to build, which is from glib-2.0-native. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* thermald: Add thermald configuration files to CONFFILESSaul Wold2016-07-271-0/+5
| | | | | | | | This marks the conf.xml files as changable so that the package management software won't overwrite them. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* thermald: Add thermal daemon utilityYong Li2016-07-071-0/+27
This user space thermal daemon utility is used for thermal management. Signed-off-by: Yong Li <yong.b.li@intel.com> Acked-by: Saul Wold <sgw@linux.intel.com> Tested-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>