summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorsweeaun <swee.aun.khor@intel.com>2017-07-30 12:41:03 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-31 09:00:57 -0700
commitf8500c5020c831c421d87497b67a4cefb84c6bff (patch)
tree70585d4393e7585026a1a6e5112af389d32c6b98 /common
parentfe6f23e2d486b26ba070093e540f65eee2e2e3b3 (diff)
downloadmeta-intel-f8500c5020c831c421d87497b67a4cefb84c6bff.tar.gz
intel-microcode: Upgrade recipe version
Upgraded intel-microcode recipe to 20170707 version. Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-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}"