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>
This commit is contained in:
Saul Wold 2016-07-20 15:32:56 -07:00 committed by Tom Zanussi
parent f8944487ab
commit 76809b3ae6

View File

@ -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 \
"