From 76809b3ae6433f0a518a3d77dce05dc2947a3d2c Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 20 Jul 2016 15:32:56 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- common/recipes-bsp/thermald/thermald_1.5.3.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common') 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" 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 \ + " -- cgit v1.2.3-54-g00ecf