summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2022-08-10 15:47:01 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-08-11 10:47:37 +0800
commitb140206b9599f4f626c93058efa0afc6d8509138 (patch)
treefb55b25d41019309167f748602937665c6c864a8
parent1c1a8f769ef93d96ae488f40abbcd11946403169 (diff)
downloadmeta-intel-b140206b9599f4f626c93058efa0afc6d8509138.tar.gz
intel-microcode: update SRCREV for 20220510
The commit 6c0c4691e5bb446e0e428ebca595164709c59586 is missing in upstream https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files. Reference: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/62. Use 925555515555 instead of 6c0c4691e5bb. The difference between those two commits are just some "^M" fixes in releasenote.md. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-core/microcode/intel-microcode_20220510.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/microcode/intel-microcode_20220510.bb b/recipes-core/microcode/intel-microcode_20220510.bb
index 5b441a25..3d2de6bf 100644
--- a/recipes-core/microcode/intel-microcode_20220510.bb
+++ b/recipes-core/microcode/intel-microcode_20220510.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://license;md5=d8405101ec6e90c1d84b082b0c40c721"
16SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git;protocol=https;branch=main \ 16SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git;protocol=https;branch=main \
17 " 17 "
18 18
19SRCREV = "6c0c4691e5bb446e0e428ebca595164709c59586" 19SRCREV = "925555515555dfcfafd4997f39459967c33dc5d5"
20 20
21DEPENDS = "iucode-tool-native" 21DEPENDS = "iucode-tool-native"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"