[meta-intel] [PATCH 1/2] thermald: add thremald configuration files to CONFFILES

Saul Wold sgw at linux.intel.com
Wed Jul 20 15:32:56 PDT 2016


This marks the conf.xml files as changable so that the package management
software won't overwrite them.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 common/recipes-bsp/thermald/thermald_1.5.3.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/common/recipes-bsp/thermald/thermald_1.5.3.bb b/common/recipes-bsp/thermald/thermald_1.5.3.bb
index cb2b07e..98fcd53 100644
--- a/common/recipes-bsp/thermald/thermald_1.5.3.bb
+++ b/common/recipes-bsp/thermald/thermald_1.5.3.bb
@@ -25,3 +25,9 @@ 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 \
+                  "
+
-- 
2.5.5



More information about the meta-intel mailing list