diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-05-13 19:01:24 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-05-14 11:52:35 +0800 |
commit | 1bc9b44c7631019d69f3a6eaf3a9e08d84f541f3 (patch) | |
tree | 72ae34d9c4a841fe3d41150144d1fd8da5b2b1e2 | |
parent | 1616b7c8073c4ac435c3eca419f92ac736db6a5e (diff) | |
download | meta-intel-1bc9b44c7631019d69f3a6eaf3a9e08d84f541f3.tar.gz |
intel-microcode: upgrade 20250211 -> 20250512
Update for functional issues for different processors
Fixes CVEs:
CVE-2024-28956 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01153.html]
CVE-2025-24495 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01322.html]
Release Notes:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250512
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-core/microcode/intel-microcode_20250512.bb (renamed from recipes-core/microcode/intel-microcode_20250211.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/microcode/intel-microcode_20250211.bb b/recipes-core/microcode/intel-microcode_20250512.bb index ee69a115..de011fda 100644 --- a/recipes-core/microcode/intel-microcode_20250211.bb +++ b/recipes-core/microcode/intel-microcode_20250512.bb | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://license;md5=d8405101ec6e90c1d84b082b0c40c721" | |||
16 | SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git;protocol=https;branch=main \ | 16 | SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git;protocol=https;branch=main \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "8a62de41c011615d749f8e72bb906dddc72e56a8" | 19 | SRCREV = "eeb93b7a818bb27cb6b7a2be0454f8a0a75f1bd6" |
20 | 20 | ||
21 | DEPENDS = "iucode-tool-native" | 21 | DEPENDS = "iucode-tool-native" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |