summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-02-23 16:42:39 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-02-23 16:42:39 +0800
commitd5ddfa0354fc6025bd2d42f56b70943429c06dd3 (patch)
treeebda1a22cc49da6e952379ea96950312ef657bf2
parent4bd0fb455a112a0acb1006af7e8e50b7c84b68d9 (diff)
downloadmeta-intel-d5ddfa0354fc6025bd2d42f56b70943429c06dd3.tar.gz
thermald: upgrade 2.5.1 -> 2.5.2
Release 2.5.2 - Support Alder Lake N - Support ITMT version 2, which is used in some Raptor Lake systems Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb (renamed from dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.1.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb
index 2d2562eb..07896b15 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
13SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \ 13SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \
14 " 14 "
15 15
16SRCREV = "9366c4e9b1850c4a1336682f7f16d9c1a8b03682" 16SRCREV = "941e8121c0a8280264288cde921b490bc5a7ece7"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit pkgconfig autotools systemd gtk-doc 19inherit pkgconfig autotools systemd gtk-doc