summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-07-20 15:32:56 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-27 19:40:02 -0500
commit76809b3ae6433f0a518a3d77dce05dc2947a3d2c (patch)
treefcc4fd4cb6ff8fa7c76bc55ea9988563eb5dcb42
parentf8944487ab5db4618664b818173947ad08b1e9ce (diff)
downloadmeta-intel-76809b3ae6433f0a518a3d77dce05dc2947a3d2c.tar.gz
thermald: Add thermald configuration files to CONFFILES
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>
-rw-r--r--common/recipes-bsp/thermald/thermald_1.5.3.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/recipes-bsp/thermald/thermald_1.5.3.bb b/common/recipes-bsp/thermald/thermald_1.5.3.bb
index cb2b07ea..165dfd40 100644
--- a/common/recipes-bsp/thermald/thermald_1.5.3.bb
+++ b/common/recipes-bsp/thermald/thermald_1.5.3.bb
@@ -25,3 +25,8 @@ FILES_${PN} += "${datadir}/dbus-1/system-services/*.service"
25SYSTEMD_SERVICE_${PN} = "thermald.service" 25SYSTEMD_SERVICE_${PN} = "thermald.service"
26 26
27COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 27COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
28
29CONFFILES_${PN} = " \
30 ${sysconfdir}/thermald/thermal-conf.xml \
31 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
32 "