summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-core/microcode/intel-microcode_20160714.bb (renamed from common/recipes-core/microcode/intel-microcode_20151106.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20151106.bb b/common/recipes-core/microcode/intel-microcode_20160714.bb
index f168b7d7..e5047ea3 100644
--- a/common/recipes-core/microcode/intel-microcode_20151106.bb
+++ b/common/recipes-core/microcode/intel-microcode_20160714.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=0c9b76c8fa021400a15b3fd71a71977b" 14LIC_FILES_CHKSUM = "file://microcode.dat;md5=d8c57b35388b4b9f970f5377fcdfc486"
15 15
16SRC_URI = "http://downloadmirror.intel.com/25512/eng/microcode-${PV}.tgz" 16SRC_URI = "http://downloadmirror.intel.com/26156/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "288dc721fb39d71457ef2f5a49161f57" 17SRC_URI[md5sum] = "84e4c0530dc38fd7b804daf894b1bdf9"
18SRC_URI[sha256sum] = "096e39489eef67666be652e81fa372a06b74f39ea3d565dc0287242c668717e7" 18SRC_URI[sha256sum] = "f3a9c6fc93275bf1febc26f7c397ac93ed5f109e47fb52932f6dbd5cfdbc840e"
19 19
20DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
21S = "${WORKDIR}" 21S = "${WORKDIR}"