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:38:50 +0800
commita29a3b55d21b242aaaafaaa0ef096ab592bf9774 (patch)
tree8f07b70d038891ec939f3b54f3e6622f3a7d890d
parent50829fc9879e55d2d2e1fa2b84308479674fc14c (diff)
downloadmeta-intel-a29a3b55d21b242aaaafaaa0ef096ab592bf9774.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 ce59ab0e..aaba4a7a 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"