summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-core/microcode/intel-microcode_20170707.bb (renamed from common/recipes-core/microcode/intel-microcode_20170511.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20170511.bb b/common/recipes-core/microcode/intel-microcode_20170707.bb
index f432ec04..2244088b 100644
--- a/common/recipes-core/microcode/intel-microcode_20170511.bb
+++ b/common/recipes-core/microcode/intel-microcode_20170707.bb
@@ -11,11 +11,11 @@ DESCRIPTION = "The microcode data file contains the latest microcode\
11 if the file is placed in the /etc/firmware directory of the Linux system." 11 if the file is placed in the /etc/firmware directory of the Linux system."
12 12
13LICENSE = "Intel-Microcode-License" 13LICENSE = "Intel-Microcode-License"
14LIC_FILES_CHKSUM = "file://microcode.dat;md5=acac12d73d4cef71834b64c28bc29dfb" 14LIC_FILES_CHKSUM = "file://microcode.dat;md5=e5b1dc41901d2de706d4bccee94bbadc"
15 15
16SRC_URI = "https://downloadmirror.intel.com/26798/eng/microcode-${PV}.tgz" 16SRC_URI = "https://downloadmirror.intel.com/26925/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "167e6e1ff234567291f067f48e11d740" 17SRC_URI[md5sum] = "fe4bcb12e4600629a81fb65208c34248"
18SRC_URI[sha256sum] = "2f77fd2d87403b754d01a66c78a36a8b8ffc16dc3c50fb7aa2c4cd4da7f681a3" 18SRC_URI[sha256sum] = "4fd44769bf52a7ac11e90651a307aa6e56ca6e1a814e50d750ba8207973bee93"
19 19
20DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
21S = "${WORKDIR}" 21S = "${WORKDIR}"