From ced0eeb223cf9d5c9ebc7a60274f6b5dc7c39697 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 19 Feb 2026 16:59:44 +0530 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} = " \ ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ " -UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases" +UPSTREAM_CHECK_URI = "https://github.com/intel/thermal_daemon/releases/" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P(?!2\.15\.10$)\d+(\.\d+)+)"