diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2017-05-01 15:30:20 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-05-09 23:29:50 +0800 |
commit | 4b83cea79a662d8061211b0db6d465cd474a974a (patch) | |
tree | a2711ca6e22d3db907c66229e1a0b25ea933b7c0 /common/recipes-bsp/thermald | |
parent | ca8695a4fd9bb7e5ed8636fc2070108085c56433 (diff) | |
download | meta-intel-4b83cea79a662d8061211b0db6d465cd474a974a.tar.gz |
thermald,iucode-tool,libyami: Add UPSTREAM_CHECK_ variables
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>
Diffstat (limited to 'common/recipes-bsp/thermald')
-rw-r--r-- | common/recipes-bsp/thermald/thermald_1.5.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.5.4.bb index 81b1b314..9bde8966 100644 --- a/common/recipes-bsp/thermald/thermald_1.5.4.bb +++ b/common/recipes-bsp/thermald/thermald_1.5.4.bb | |||
@@ -31,3 +31,5 @@ CONFFILES_${PN} = " \ | |||
31 | ${sysconfdir}/thermald/thermal-conf.xml \ | 31 | ${sysconfdir}/thermald/thermal-conf.xml \ |
32 | ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ | 32 | ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ |
33 | " | 33 | " |
34 | |||
35 | UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases" | ||