summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-02-19 16:59:44 +0530
committerKhem Raj <raj.khem@gmail.com>2026-02-20 23:34:21 -0800
commitced0eeb223cf9d5c9ebc7a60274f6b5dc7c39697 (patch)
tree7dfe5f28e3bf116033640ec014093a19b295a6e2
parent7e94be1f7b27a29929cee184f4a006afd9f93d95 (diff)
downloadmeta-openembedded-ced0eeb223cf9d5c9ebc7a60274f6b5dc7c39697.tar.gz
thermald: fix upstream check
Look at the correct URL for new tags and exclude incorrectly tagged [1] 2.15.10 release. [1] https://github.com/intel/thermal_daemon/issues/504 Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb b/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
index 3ee31f9df7..98310b4c5c 100644
--- a/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
+++ b/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
@@ -40,4 +40,5 @@ CONFFILES:${PN} = " \
40 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ 40 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
41 " 41 "
42 42
43UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases" 43UPSTREAM_CHECK_URI = "https://github.com/intel/thermal_daemon/releases/"
44UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!2\.15\.10$)\d+(\.\d+)+)"