summaryrefslogtreecommitdiffstats
path: root/recipes-core
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-19 09:28:41 +0800
commitd12fead20e0d5e0199d81bd7991d7e335b04e554 (patch)
treee2f168bc2b309b8d574756ca1cbc03db9cd502af /recipes-core
parentbeeaf0cc0dcd07bb34f1210c65a1ae040c9840cb (diff)
downloadmeta-intel-d12fead20e0d5e0199d81bd7991d7e335b04e554.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> (cherry picked from commit a29a3b55d21b242aaaafaaa0ef096ab592bf9774) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-core')
-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 36d5b1d7..25530985 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"